Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sulcer/bicycle-sharing-user-service


https://github.com/sulcer/bicycle-sharing-user-service

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# Bicycle Sharing - User Service
This is a user microservice for the Bicycle Sharing application built with Spring Boot.

## Overview
This microservice is responsible for managing users and their data.

## Getting Started
### Installation
```shell
mvn clean install
```

### Run
```shell
mvn spring-boot:run
```

### Run Tests
```shell
mvn test
```

### API documentation
The API documentation is available at `http://localhost:8080/swagger-ui/index.html#/`