An application made to manage your subscriptions, where you can access the renewal page of each subscription, be aware and notified when subscriptions are about to be renewed and change the frequency of each subscription (monthly, yearly, weekly...etc)
Project is launched with docker compose so you need docker and docker compose to use it locally. Just docker-compose up --build -d to have everything up and running.
NPM Docker and Docker Compose
// first modify the endpoint in the service in the front so it can use localhost in case you will run it locally
// you need an ssl certificate configured in the backend and front : sorry this are requirements so the prod app can be super secure and modern 👍
// in the server folder :
mvn clean package
// the front folder is my kubbfront repo which need to be cloned in the root of the project as it will need it for the docker compose
After setting up the pre requisites just go to the main folder and run
docker-compose up --build # to see logs
docker-compose up --build -d # to run in detached mode
To launch each micro service in dev mode so you can tweak everything with hot reloading
// in the front
npm run serve
// in the back
mvn spring-boot:run
For now empty. Need to develop end to end tests with cypress for the front and unit tests in the back
When having the desired app just as I wrote before
docker-compose up --build -d
- Plamen Petkov - Project - Plamen Petkov