This repository contains the backend server for the BabelBeats application.
-
Clone the repository:
git clone https://github.com/evelyn-2022/babelbeats-server.git cd babelbeats-server
-
Running the Server
To run the server, execute the following command:
mvn spring-boot:run
The server will start on http://localhost:8080.
-
API Endpoints
The API endpoints using Swagger UI can be accessed at: http://localhost:8080/swagger-ui/index.html
-
API Documentation
The full API documentation can be accessed at: http://localhost:8080/v3/api-docs