Post-graduation first phase project
This project is a implementation of a Police department evidence manager system. It's a simple CRUD with a API as backend and MVC as frontend.
Follow these steps to run the project locally.
# You have to be at docker folder to run the commands
cd docker
# staging
docker-compose -f docker-compose-staging.yml up --build
# production
docker-compose up --build
Name | Description |
---|---|
Officer | Police officer |
Case | Criminal investigation case |
Evidence | Case's evidence |
If you found the project helpful or just want to help the developer, give the project a star!