Table of Contents
In this project I will be building a functioning RESTful API using Django Restframework along with a PostgreSQL database. The API is intended to be used for a simple E-Commerce application, and will allow the user to do the following:
- Users login with google auth
- Users can purchase items
- Items have the following catagories
- Price
- Weight
- Color
- Items can be aggregated and filtered using above catagories
- Purchases can be aggregated and filtered using above catagories
- The API backend should have a PostgreSQL database
- bash
#
- ...
- ...
#
- ...
#
- ...
#