Backend and API for Demix, a full fledged e-commerce platform for artists (sellers) and buyers.
- Separate interfaces for admins, artists and buyers.
- Integrated with Razorpay to process payments.
- Integrated with AWS RDS and AWS S3 for storage.
git clone https://github.com/CodeChefVIT/Demix-Backend.git
cd demix-backend
pip3 install -r requirements.txt
python3 manage.py runserver