Skip to content

Waterbyte/dataPeace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Description The backend is made with Python Flask and the default development server. Webargs are used for argument parsing and Flask_restful for routing. Mongodb is used as a database. Docker is used for deployment.

#Setup

Follow these steps:

  1. cd dataPeace
  2. create virtualenv and pip install -r backendAPI/requirements.txt
  3. Setup database(check DB_init.txt) and in db.py change the ip of database.
  4. run python backendAPI/app_run.py

Server will be hosted on localhost:5000 Hit with postman or any other tool.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published