The administrator can add, modify or delete: orders, employees, dustbins or new accesses to the web application. Each user sees his own orders and the level of filling of the dustbins to collect. Expired orders will not be displayed automatically.
Technologies and requirements:
- Python 3.8.3 | https://www.python.org/downloads/
- PostgreSQL as DB |
$ pip install psycopg2
- Django as Framework |
$ pip install Django
- Read the full list in the requirements.txt file.