employee maintenance website for admin
===== INSTRUCTION WITHOUT USING VENV =====
- Make sure to install all dependencies from requirements.txt, execute " pip install -r requirements.txt "
- Run app.py with the working directory GitWebEmployee
===== INSTRUCTION FOR USING VENV =====
- Make sure the working directory is GitWebEmployee
- execute " .\env\Scripts\activate "
- If you receive Execution Policies, first try to execute " Set-ExecutionPolicy Unrestricted -Scope Process " then execute " .\env\Scripts\activate "
- execute " python app.py "