Version 3.10.1
link: https://www.python.org/downloads/
git: https://github.com/tavares51/igs-manager.git
in project diretory, open CMD.
install: pip install virtualenv
command: python -m venv ./venv
activate: venv\Scripts\activate.bat
command: pip install -r requirements.txt
Database has already been configured.
command: python manage.py createsuperuser
choice or login, e-mail and pasword.
command: python manage.py runserver
access: http://127.0.0.1:8000/
employee route: http://127.0.0.1:8000/employee/ (list, add, delete)
departament route: http://127.0.0.1:8000/departament/ (list, add, delete)
access: http://127.0.0.1:8000/admin/
access: https://igs-manager.herokuapp.com/ (public website) or http://127.0.0.1:8000/list-employees/ (local)