- Clone the repository
git clone repository_url
- Run docker compose to build docker images
docker-compose up -d --build
- Check that containers are running
docker ps
You should be able to see these two containers: gyg-frontend, gyg-backend
To run unit and e2e tests from inside docker container you can use:
npx jest
The server should now be running at port 8080 anf the client at 8081
List all activities.
Get an activity.
Retrieve a specific activity based on its ID.
Get an activity
Retrieve a specific activity based on its title.
List all suppliers.
Get a supplier.
Retrieve a specific supplier based on its ID.