Skip to content

steve192/opencookbook-apiserver

Repository files navigation

opencookbook-apiserver

Sonar Quality Gate Sonar Test Success Rate

This is the backend component of the opencookbook.

It is a java application based on spring boot. It is used to manage user accounts and all data saved by users.

For the entrypoint of this whole project visit https://github.com/steve192/opencookbook

Running locally

  • Start a postgres db with
docker run -it --rm -p 5432:5432 -e POSTGRES_USER=cookpal -e POSTGRES_DB=cookpal -e POSTGRES_PASSWORD=changeme postgres:16-alpine