Skip to content

steve192/opencookbook-apiserver

Folders and files

NameName
Last commit message
Last commit date
Mar 11, 2025
Mar 28, 2022
Jan 2, 2021
Mar 11, 2025
Jan 24, 2023
Mar 14, 2025
Feb 13, 2021
Mar 18, 2024
Jan 7, 2022
Oct 4, 2023
Sep 7, 2024
Mar 14, 2024
Mar 23, 2022
Feb 13, 2021
Feb 13, 2021
Mar 15, 2025

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