Skip to content

momo54/simple-counter-app

Repository files navigation

simple counter app with Spring Boot - Postgres - vanilla JS

to compile/run for production:

mvn clean install  
docker-compose build --no-cache 
docker-compose up -d
echo  "https://${CODESPACE_NAME}-8080.githubpreview.dev"

to compile/run for development:

mvn clean install  
mvn spring-boot:run -Dspring-boot.run.profiles=dev
echo  "https://${CODESPACE_NAME}-8080.githubpreview.dev"

usefull:

curl http://localhost:8080/api/counter
docker-compose logs
docker-compose down
docker ps 
docker image ls 

Where are things

run the tests

  • pytest tests

what to do ??

  • Change things to pass the tests
  • Push your changes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published