Skip to content

slk007/Products

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Products and Reviews

  • Prequisites
    • python3

Make a copy of this repo in your local PC
Go inside the 'Product' Folder and open a cmd/termimal
Then follow below Steps:

Install all the required libraries for the project:

pip install -r requirements.txt

Create a superuser:

python manage.py createsuperuser

Make Migrations:

python manage.py makemigrations

Run Migrations

python manage.py migrate

Run Server:

python manage.py runserver

And Go to http://127.0.0.1:8000/ on Browser


Products can only be added from the admin panel: http://127.0.0.1:8000/admin/

API

To get the API response: http://127.0.0.1:8000/api/product/

About

Add reviews to products and evaluate the rating

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors