Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.71 KB

README.md

File metadata and controls

41 lines (31 loc) · 1.71 KB

Social network Spring REST API (Java 17)

Build status

Master Develop
Java CI with Maven Java CI with Maven

Description

  • API Base endpoint: localhost:8080/api
  • Swagger: localhost:8080/api/swagger-ui.html
  • H2 console: localhost:8080/api/h2-console

Prerequisites

  • JDK 17
  • Maven

How to run (CLI)

Make sure you have all prerequisites, no Maven wrapper is included.

  1. Clone/download the repository.

  2. Open the project folder in a terminal.

  3. Run the app:

mvn spring-boot:run

Built with

License

This application is open-sourced software licensed under the MIT license.