Skip to content

rjsu26/5-star-rating

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

5-star-rating

Using django rest framework

Steps to use:

  1. Install requirements.txt using pip in venv.

  2. Goto http://127.0.0.1:8000 to view or add products.

    • The review can be left null, and can be added later on.
  3. Each product has an id. To goto review page of that product goto : http://127.0.0.1:8000/product_id (Example : http://127.0.0.1:8000/3)

    • New reviews can be added while previous ones can be viewed here.

About

Using django rest framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages