Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 734 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 734 Bytes

Product Catalog Rest Api

Build Status

Features

  • Create product , View single product, add extra attribute dynamically
  • Assign price of specific date range

Tech

  • Django rest framework

Installation

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

License

MIT