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
First, create a Glitch project from this repository.
You can click on ,
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,
- Click Show to display your new API url
- Append
/_utils
to your API url to display your database server - Click on Admin Party
- Add an administrator to secure your database
- 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
- PouchDB Team and Community https://github.com/pouchdb
- CouchDB Team and Community http://couchdb.apache.org/
- NodeJS/Express community
- Glitch Team for this platform to share and learn
This is a fork of a project created with <3 from JRS Coding School