You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/