Skip to content

Personal project to implement Hibernate, Unit Test, GRPC, Messaging, Microservices

Notifications You must be signed in to change notification settings

ramdanariadi/grocery-user-service

Repository files navigation

Grocery backend getting-started

A java application using springboot 2.5.2
This is the backend API, frontend mobile version created with flutter at https://github.com/ramdanariadi/grocery-front-end

Running Locally

    $ git clone https://github.com/ramdanariadi/grocery-be.git
    $ docker-compose up -d
    $ mvn clean install  
    $ mvn spring-boot:run

The application should now be running on localhost:8080

Deploying to heroku

    $ heroku  login
    $ heroku create
    $ git push heroku master

or

Documentation

For more information about using java on heroku, see these Dev Center articles:

About

Personal project to implement Hibernate, Unit Test, GRPC, Messaging, Microservices

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published