Skip to content

MohamedAliHamza/BookStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 

Repository files navigation

BOOK-STORE PROJECT

🛒 This is an e-commerce bookstore API based on Django REST Framework. This API features two types of users - Customer and Admin. For authenticating users, Django REST Framework simple jwt is used. The installation guide is given below.

Setup & Launch

1. git clone https://github.com/MohamedAliHamza/BookStore.git

2. cd bookstore\backend

3. pip install virtualenvwrapper-win

4. mkvirtualenv venv

5. workon venv

6. pip install -r requirement.txt

7. python manage.py migrate

8. python manage.py runserver

API Swagger Docs

 http://127.0.0.1:8000/api/docs/

About

Online e-commerce bookstore that uses django and django rest framework as back-end

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages