Web App to create stores, sell and buy (not real purchases)
You can run this project with the docker image of this project
Making venv
Make a virtual environment by running:
py -m venv venv
To activate run:
In windows:
.\venv\Scripts\activate
In Linux:
source venv/bin/activate
Installing dependencies
Install all dependencies that are required for the project by running:
pip install -r requirements.txt
cd kuro-store-django
python3 manage.py runserver
Visit 127.0.0.1:8000/ to see the web app