SatNOGS DB is a transponder suggestions and crowd-sourcing couchApp
created using CouchDB
, PouchDB
and AngularJS
.
- Clone this repository.
- Setup a
couchDB
instance and enableCORS
.- For your development environment you can use Iris Couch, a service that offers CouchDB instances with a free tier.
- In order to enable
CORS
you can follow the instructions from the official documentation
- Change the database details in
db.js
according to your setup. - All the functionality is implemented in client-side. That practically means that in order to deploy
satnogs-db
you only need to serve the static files. For development purposes we suggest to use python development server in the top level directory of the project:python -m SimpleHTTPServer 8000
LICENSE: MPL-2.0