For development, you will need
- Python
- A python global package, Pip, installed in your environement.
- MongoDB
you can download it from here
you can download it from here
you can download it from here
$ git clone https://github.com/saraheisa/rishacar
$ cd rishacar
$ pip install
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
run
$ C:\path\to\mongodb\bin\mongod.exe
If you're using VSCode you can use Azure extension to connect to DB
$ python app.py