Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/talesmousinho/realestate
Realestate app
https://github.com/talesmousinho/realestate
Last synced: 2 days ago
JSON representation
Realestate app
- Host: GitHub
- URL: https://github.com/talesmousinho/realestate
- Owner: talesmousinho
- Created: 2023-11-16T18:01:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-26T21:54:10.000Z (about 1 year ago)
- Last Synced: 2024-11-08T14:47:21.714Z (about 2 months ago)
- Language: Java
- Size: 75.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# realestate
## server
### To code:
Open the directory `./server` with VS Code and install the recommended extensions.
### To run:
Using Maven, you can run the application locally by using `./mvnw spring-boot:run`.
Alternatively, you can build the JAR file with `./mvnw clean package` and then run the JAR file `java -jar target/server-0.0.1-SNAPSHOT.jar`.