This project was build as a graduation requeriment, a JAVA API built using the Spring Famework and Reactive Programming.
This application manages the data from a real state business.
To run this project properly on your local machine, you will need:
Java 8
or SuperiorMaven
MongoDB
Postman
These instructions will get you to run and use the project on your local machine, for development and testing.
Clone the repository and run the command:
mvn spring-boot:run
The application will start on the port:8080
on your machine.
This application has a Dockerfile include, if you are familiar with Docker you can build the file and try the API.
- Maven - Dependency Management
- Spring Framework - Application Framework
- CircleCI - Continuous integration and delivery platform
- MongoDB - Data Repository
- Docker - Containerization and share
This API has a General Public License, so you can copy and modify this project at your will.
For more details see the LICENSE.