Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.01 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.01 KB

RishaCar

A Restful API for a carpool mobile application RichaCar Using Python(Tornado) and MongoDB

Requirements

For development, you will need

  • Python
  • A python global package, Pip, installed in your environement.
  • MongoDB

Python

you can download it from here

Pip

you can download it from here

MongoDB

you can download it from here


Install

$ git clone https://github.com/saraheisa/rishacar
$ cd rishacar
$ pip install

Configure app

You may need to change MongoDB's connection address in lib/DBConnection.py if it's different in your machine, commonly it's the same

Running the project

Start DB

run 
$ C:\path\to\mongodb\bin\mongod.exe

If you're using VSCode you can use Azure extension to connect to DB

Start the app

$ python app.py