BIDDING ENGINE FRAMEWORK
The bidding engine framework required a set of APIs that could foster the development of scalable and concurrent bidding engine in future. To build this API, I have used “Django REST Framework” which is a powerful and flexible toolkit for building Web APIs. In order to build the APIs, we need to install the following:
- Django=1.8
- Djangorestframework=3.1.1
- Pytz=2018.5
To run this project, follow the following steps:
- Get inside project directory – Bidding
- virtualenv env
- source env/bin/activate
- pip install -r requirements.txt
- python manage.py runserver