- Create product , View single product, add extra attribute dynamically
- Assign price of specific date range
- Django rest framework
Create a vitual environment
Install the dependencies and devDependencies and start the server.
$ cd projectile
$ pip install -r requirements.txt
Ruuning the project...
$ python manage.py runserver
Verify the deployment by navigating to your server address in your preferred browser.
127.0.0.1:8000
For running test...
$ python manage.py test
MIT