E-commerce application API made with Django-rest-framework (Frontend with ReactJS)
Frontend: https://github.com/udz-codes/skuffed-store
- User signup
- Authentication and Authorization
- Product Listing
- Cart management with local storage
- Braintree payment gateway
- Clone the project
- Open terminal and move to root folder
- Install packages
pip install -r /path/to/requirements.txt
- Runserver
python manage.py runserver