Skip to content

Contacts web app developed with Java + Spring Boot and Vue, deployed in Heroku

Notifications You must be signed in to change notification settings

hernancerm/hercerm-contacts-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contacts app 👩

This is a single-user contacts CRUD application without authorization nor authentication. It is deployed in Heroku, the backend is done with Spring and Java, and the frontend is done with Vue. The project structure is defined by this starter project.

Run locally

You need to have installed:

  • Maven 3
  • Java 11

Then run:

mvn clean package
mvn -pl backend spring-boot:run

If you don't have Maven installed you can use the wrapper for you OS. For example, if you are in macOS you can use:

./mvnw clean package
./mvnw -pl spring-boot:run

Then open the project: http://localhost:8080/