This directory will hold the backend code for our PowerPetPro Project. This is written in Python using Django Framework.
NOTE: This is a PUBLIC directory which means our secret key for this Django project will be open, but we will be changing the secret key on live servers.
Google Cloud Storage: The json file that contains our credentials will NOT be pushed on github. Check GCP IAM to obtain the .json file
- API Packages & Settings
- User Authentication
- Images
- Data
- User Authentication and Profiles using Djoser and Simple JWT to connect this backend with our frontend Vue page
- Emails are sent to user's emails for order details
- Connected Feedback system with questions and answers as well as user opinions and feedback
- Extra API views for admin control on front-end
- MYSQL database
- Stripe to handle payments
- RestAPI viewsets that showcases users, products, categories and user feedbacks
- Faker Package for random and easier fake data inputs