Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 676 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 676 Bytes

BabelBeats Server

Overview

This repository contains the backend server for the BabelBeats application.

Setup

  1. Clone the repository:

    git clone https://github.com/evelyn-2022/babelbeats-server.git
    cd babelbeats-server
  2. Running the Server

    To run the server, execute the following command:

    mvn spring-boot:run

    The server will start on http://localhost:8080.

  3. API Endpoints

    The API endpoints using Swagger UI can be accessed at: http://localhost:8080/swagger-ui/index.html

  4. API Documentation

    The full API documentation can be accessed at: http://localhost:8080/v3/api-docs