Recipe app is an application consisting of two parts:
- frontend developed in angular
- backend developed in spring mvc
This app can be run by docker.
First install docker and then you can run the apps by running the following command:
docker-compose up -d --build
The frontend app is accessible at localhost:4200
You can sign up and start using the app.