Skip to content
/ deviljho Public

Backend for Fridge project

Notifications You must be signed in to change notification settings

Rugal/deviljho

Repository files navigation

What's in my fridge?

Code Status

License CircleCI CI With Maven codecov

Heroku

Start Local Environment

Database

Please install docker and docker-compose.

At the root directory run the following command:

docker-compose -f configuration/docker/docker-compose.yml up

The default user is postgres, password is 123

Service

Please install maven and JDK 11.

You should also initialize the database by flyway, if you haven't done so:

mvn flyway:migrate

At the root directory run the following command:

mvn spring-boot:run

By default it will connect to the docker database.

About

Backend for Fridge project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published