Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 551 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 551 Bytes

Click_to_Cart

E-commerce Single Page Web Application

Frontend:

React, Redux, HTML, CSS, Bootstrap

Backend:

Django, Django-rest-framework, Django Admin

Server:

AWS, Heroku

Clone The Repository

Install the dependencies

$ pip install -r requirements.txt

Run Backend

/~$ pip install virtualenv
/~$ virtualenv venv
/~$ source venv/bin/activate
/~$ pip install django
/~$ cd backend
/backend/~$ python manage.py runserver

Run Frontend

/~$ cd frontend
/frontend/~$ npm start