Skip to content

christiangemesi/WeightTracker

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •