Instructions for running backend and frontend separately are available in their respective folders.
Beware docker compose might take a long time first time running it.
docker compose up -d
- If this is the first time with a new volume, the database must be seeded by sending an empty put request to http://localhost:5068/seed. This can be done though a button on the create-product page or through swagger on http://localhost:5068/swagger
- View frontend at http://localhost:8081