Skip to content

This application serves as an interface to a remote MongoDB.

Notifications You must be signed in to change notification settings

rohitChaware/MongoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MongoApp

This is a sample Book Review app to connect to a remote MongoDB. It allows users to add new book entries and read reviews for all or specific books.

Before running the app, store MONGO_URL as an environment variable. export MONGO_URL=hostname:port

To run this app, clone it and from the MongoApp directory exceute: python MongoApp.py

To test connection to the application, hit '/test'. Ideally, you should see a json containing "Success".

To add entries, hit '/add'.

To get all the entries, hit '/all'.

Keep reading, keep POSTing.

About

This application serves as an interface to a remote MongoDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •