Demo: https://antonpn92.pythonanywhere.com/ - use pin 1111 to clock in first and then login!
Final Year Project: EPOS web application including employee scheduling, stock management, and intuitive decision making raw goods ordering
Assuming you have conda installed:
-
Create new conda env:
conda create --name "environment name"
(the name of the environment should be without double quotes) -
Activate the new conda environment:
conda activate "environment name"
-
Install pip package:
conda install pip
-
install all the modules from the requirements.txt file by:
pip install -r requirements.txt
-
Run the server:
./manage.py runserver