Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danbeldev/simbir-go-api
https://github.com/danbeldev/simbir-go-api
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/danbeldev/simbir-go-api
- Owner: danbeldev
- Created: 2023-10-29T09:30:12.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-28T03:12:48.000Z (12 months ago)
- Last Synced: 2024-02-01T11:56:22.231Z (10 months ago)
- Language: Java
- Size: 356 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simbir.GO API
You can access Swagger and see all available endpoints by visiting http://localhost:8080/swagger-ui/index.html
## Class diagram
![Class diagram](docs/class_diagram.png)
## Run app
1. Change [application.yaml](/src/main/resources/application.yaml)
2. Run the [script](/src/main/resources/db/migration/schema.sql) for your database
3. Create jar file with the command ```./gradlew build```
4. Run file ```java -jar build/libs/simbir_go-0.0.1-SNAPSHOT.jar```