RestApis Doc (Swagger UI) - http://localhost:8090/swagger-ui.html
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them
- JAVA 8: Install It is requrired as application uses spring boot.
- Clone the repository via ssh/http.
- Run this command 'mvn spring-boot:run' from root of the project
Hit http:localhost:8090/
with all the API routes and go to the homepage.
You can now proceed to test the APIs using Postman or implement new features.