Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 792 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 792 Bytes

Social garden rest Api and client

This repository contains a web service and a python API to interact with the service.

Description of subsection:

Webserver info

The interaction between client and database through mongoose.js and express.js.

Express.js handles the routing of the application. Mongoose handles the interaction with MongoDb

To setup service locally. navigate to '/web' in a shell and enter 'npm start'