saraheisa / RishaCar

RESTfull API For RishaCar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

RESTfull API For RishaCar

License:MIT License


Languages

Language:Python 89.1%Language:HTML 9.7%Language:CSS 1.3%