Gymboard/gymboard-api
Andrew Lalis e0433753ea Lots of updates:
- Map
- Better submissions.
2023-01-26 16:49:51 +01:00
..
.mvn/wrapper Added basic spring backend api project. 2023-01-19 20:52:31 +01:00
sample_data Added submissions.csv to sample data, and improved concurrency. 2023-01-26 14:07:41 +01:00
src Lots of updates: 2023-01-26 16:49:51 +01:00
.gitignore Added comments to explain stuff. 2023-01-25 12:54:28 +01:00
README.md Updated readme. 2023-01-24 19:56:44 +01:00
mvnw Added basic spring backend api project. 2023-01-19 20:52:31 +01:00
mvnw.cmd Added basic spring backend api project. 2023-01-19 20:52:31 +01:00
pom.xml Added submissions.csv to sample data, and improved concurrency. 2023-01-26 14:07:41 +01:00

README.md

Gymboard API

An HTTP/REST API powered by Java and Spring Boot. This API serves as the main entrypoint for all data processing, and is generally the first point-of-contact for the web app or other services that consume Gymboard data.

Development

To ease development, nl.andrewlalis.gymboard_api.model.SampleDataLoader will run on startup and populate the database with some sample entities. You can regenerate this data by manually deleting the database, and deleting the .sample_data marker file that's generated in the project directory.