This is the thesis on gender-based violence, including both the backend and frontend.
.env
files + the trained ML model. Please request these from the developer.
- Make sure you have Docker Engine, Docker Desktop, or a similar tool installed.
- (Optional) Install Make.
Then, run the following commands:
docker compose up --build
docker compose run --rm backend bash -c "npx knex migrate:latest; python3 ./app/utility/model/downloader.py"
Or, if you have Make installed:
make build-up
make setup-start
This will migrate the tables to the database, and the app should be ready to use.
- Frontend:
http://localhost:3000
- PhpMyAdmin:
http://localhost:8080