Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 318 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 318 Bytes

why-to-wait-backend

Prerequisites

  • Spring-boot
  • Maven
  • Docker

Steps to run the project

To pull and run docker-images

docker-compose up -d

Download Dependencies

mvn clean install

This will install all the dependencies from POM.xml

Run the Project

mvn spring-boot:run