Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 751 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 751 Bytes

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