Skip to content

eCommerce Website Using Django, Reactjs, SQLite, PostgresSQL, Cloud (AWS, Heroku) etc

License

Notifications You must be signed in to change notification settings

shnartho/Full-Stack-eCommerce-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Full-Stack-eCommerce-Website🛍️

eCommerce Website Using Django🎯🎖️ , Reactjs🎖️ , SQLite, PostgresSQL, Cloud (Heroku deploment) 🛒

How to run the project on any machine?
Step by step,
1. Download the project from github. Use this comand in your terminal " git clone https://github.com/shnartho/Full-Stack-eCommerce-Website.git"
2. Create virtual environment to run the project "python -m venv venv"
3. Install requirements for the project. Run this comand "pip install -r requirements.txt"
4. Run server using comand "python manage.py runserver"
5. Server is running now. The website should be accessable at your localhost.
--- to check go to 127.0.0.1:8000
--- admin panel 127.0.0.1:8000/admin/
Under development ...... ⏰

Screenshot-from-2022-06-10-12-26-42.png Screenshot-from-2022-06-10-12-26-51.png Screenshot-from-2022-06-10-12-27-08.png Screenshot-from-2022-06-10-12-27-31.png Screenshot-from-2022-06-10-12-27-37.png