Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.07 KB

File metadata and controls

33 lines (20 loc) · 1.07 KB

Hansab project with Spring Boot and React

Restfull Api for for querying information about users and cars.

To run this you need:

  • Java 11
  • Maven
  • node.js
  • npm

Building and running the app

  • To build the Java app run ./mvnw clean package
  • To run the Java app run java -jar target/cars-rest-api-0.0.1-SNAPSHOT.jar
  • To start the front end, cd into frontend-react and run npm start

OR check project deployed on Heroku server

CI/CD is implemented using Github Actions. If all tests pass successfully, package will be deployed/updated on Heroku Screen Shot 2021-04-25 at 9 52 23 PM