Hermes is an application for cameras that can be used for detecting recyclable materials.
- ASP.NET Core 5.0
- Docker
- Jenkins
- C#
- Python
- python3 scripts/docker.run.dependencies.py
-
python3 scripts/migration.add.py --name Migration_Name
-
python3 scripts/migration.remove.py
-
python3 scripts/migration.undo.py --name Migration_Name
-
python3 scripts/migration.apply.py
- M
- M comes from Model and it is used in Business Layer.
- P
- P comes from Parameter and it is a Parameter Model used in Business Layer.
- E
- E comes from Entity and it is used in Data Layer.
- T
- T comes from Type and it is a Graphql type used in Presentation Layer.
- TP
- TP comes from Type Parameter and it is a Graphql type parameter used in Presentation Layer.