Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 712 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 712 Bytes

Demo: https://antonpn92.pythonanywhere.com/ - use pin 1111 to clock in first and then login!

allPOS

Final Year Project: EPOS web application including employee scheduling, stock management, and intuitive decision making raw goods ordering

Instructions:

Assuming you have conda installed:

  1. Create new conda env: conda create --name "environment name" (the name of the environment should be without double quotes)

  2. Activate the new conda environment: conda activate "environment name"

  3. Install pip package: conda install pip

  4. install all the modules from the requirements.txt file by: pip install -r requirements.txt

  5. Run the server: ./manage.py runserver