Splat handler in their own files, added pagination

This commit is contained in:
Florian Sylvain
2023-01-18 23:33:34 +01:00
parent c681b5389c
commit 3376d88f56
7 changed files with 185 additions and 99 deletions
+7 -1
View File
@@ -6,6 +6,8 @@ The features are not complete, not tested and subject to many changes.
## Setup
Don't forget to setup the [Environment variables](#environment-variables)!
### Use with Docker
To **run** the app, run the command
@@ -18,7 +20,7 @@ docker-compose up
TODO
## Environment variables
### Environment variables
- ./env
- APP_API_ADDRESS: `http://example.com`
@@ -29,6 +31,10 @@ TODO
- APP_FRONT_PORT: `1234`
- APP_JWT_SECRET: `secret`
## API Usage
TODO
## Demo
TODO