Skip to content

acailly/easy-pouchdb-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy PouchDB Server

DISCLAIMER: this is a fork of https://glitch.com/edit/#!/pouchdb-server?path=README.md%3A1%3A0

Zero to PouchDB Express Server in less than a minute.

PouchDB is a NoSQL Database written in JavaScript. With glitch, you can run pouchdb as an HTTP server by simply remixing this project. While not meant for production, running pouchdb server is perfect for small hobby projects or proof of concepts. For more info on technical restrictions - https://glitch.com/faq#restrictions

Getting Started

First, create a Glitch project from this repository.

You can click on Remix on Glitch,
or you can go on your Glitch account (https://glitch.com/), click on New Project, then on Import from Github and finally past this repo url

Once the project created,

  1. Click Show to display your new API url
  2. Append /_utils to your API url to display your database server
  3. Click on Admin Party
  4. Add an administrator to secure your database

screenshot

Learn More

  • server.js defines an ExpressJS web server and a PoucbDB database server.
  • The database is stored in the .data folder.
  • Read the docs at PouchDB.com

Thanks

This is a fork of a project created with <3 from JRS Coding School

About

Deploy a PouchDB server easily

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published