Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/talesmousinho/realestate

Realestate app
https://github.com/talesmousinho/realestate

Last synced: 2 days ago
JSON representation

Realestate app

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`.