It is a fully functional responsive e- commerce website with django authentication and payment gateways. Created Backend services that can handle and deliver to real-world clients with 12 REST APIs.
#To install the project follow these steps:
- git clone https://github.com/monukri4548/ecommerce_website.git
- cd ecommerce_website
- virtualenv env
- source env/bin/activate (for Linux/Mac OS ) or env\Scripts\activate.bat (for Windows)
- pip install -r requirements.txt
- cd apnamart
- python manage.py migrate
- python manage.py runserver