Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hernancerm/hercerm-contacts-app
Contacts web app developed with Java + Spring Boot and Vue, deployed in Heroku
https://github.com/hernancerm/hercerm-contacts-app
fullstack spring-boot vue webapp
Last synced: 27 days ago
JSON representation
Contacts web app developed with Java + Spring Boot and Vue, deployed in Heroku
- Host: GitHub
- URL: https://github.com/hernancerm/hercerm-contacts-app
- Owner: hernancerm
- Created: 2021-05-05T21:01:49.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-03T20:10:45.000Z (over 3 years ago)
- Last Synced: 2024-12-08T22:05:28.152Z (about 1 month ago)
- Topics: fullstack, spring-boot, vue, webapp
- Language: Vue
- Homepage: https://hercerm-contacts-app.herokuapp.com/
- Size: 47.6 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Contacts app 👩
This is a single-user contacts CRUD application without authorization nor authentication. It is [deployed in Heroku](https://hercerm-contacts-app.herokuapp.com/), the backend is done with Spring and Java, and the frontend is done with Vue. The project structure is defined by [this starter project](https://github.com/HerCerM/poc-spring-vue).
## Run locally
You need to have installed:
- Maven 3
- Java 11Then 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: