Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 546 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 546 Bytes

Weight Tracker - a webeng project

Development

This project is written for docker compose. Start the application:

docker compose up

Stop the application:

docker compose down

Drop the database:

docker compose down && docker volume rm $(basename $(pwd))_database

For Windows cmd:

docker compose down
for %I in (.) do docker volume rm %~nxI_database

Testing

Tests can run locally, without requiring a docker container. Except the E2ETests, they require a docker container to be running