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
- 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