Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sulcer/bicycle-sharing-user-service
https://github.com/sulcer/bicycle-sharing-user-service
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sulcer/bicycle-sharing-user-service
- Owner: sulcer
- Created: 2024-03-11T19:13:06.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-17T11:32:30.000Z (10 months ago)
- Last Synced: 2024-11-10T09:16:46.616Z (3 months ago)
- Language: Java
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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#/`