Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 499 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 499 Bytes

mirtapp-back

Mirtapp is a web application developed for small business, the main goal is to store shopping lists and suggest products that may be useful to buy. In order to not reach the limit of database storage of the free hosting, the app will be available for a single group of authorized people

To run it

  • Clone this repository
  • Make mvn spring-boot:run in the project root folder.

To deploy it

  • heroku login
  • heroku git:remote -a mirtapp-back
  • git push heroku master