BioTiful is an e-commerce web application that I developed as a volunteer for a Bio-products cooperative in the community where I did my engineering studies; Tetouan - Morocco.
It was made with Django~=3.1 to help the cooperative recieve & prepare Bio-products purchases orders.
-
Clone the project :
git clone https://github.com/deadly-panda/BioTiful.git -
Go to the project directory
-
Activate the virtual environment :
source myVenv/bin/activate -
Install requirements :
pip install -r requirements.txt -
Migrate :
python3 manage.py migrate -
Run the project :
python3 manage.py runserver -
You can also create a superuser to have admin permissions :
python3 manage.py createsuperuser




