Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 587 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 587 Bytes

ecommerce_website

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:

  1. git clone https://github.com/monukri4548/ecommerce_website.git
  2. cd ecommerce_website
  3. virtualenv env
  4. source env/bin/activate (for Linux/Mac OS ) or env\Scripts\activate.bat (for Windows)
  5. pip install -r requirements.txt
  6. cd apnamart
  7. python manage.py migrate
  8. python manage.py runserver