项目作者: saraheisa

项目描述 :
RESTfull API For RishaCar
高级语言: Python
项目地址: git://github.com/saraheisa/RishaCar.git
创建时间: 2019-04-09T19:30:47Z
项目社区:https://github.com/saraheisa/RishaCar

开源协议:MIT License

下载


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

  1. $ git clone https://github.com/saraheisa/rishacar
  2. $ cd rishacar
  3. $ 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

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

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

Start the app

  1. $ python app.py