summaryrefslogtreecommitdiffstats
path: root/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* doc: Show readme.md in main.rs fileSanto Cariotti2024-09-111-0/+1
|
* Send notifications by Expo APISanto Cariotti2024-09-051-0/+2
|
* Use timestamp for `created_at` fieldSanto Cariotti2024-08-301-1/+0
|
* Add CORSSanto Cariotti2024-08-291-2/+10
|
* Add position type and query on itSanto Cariotti2024-08-221-0/+1
|
* Authentication for endpointsSanto Cariotti2024-08-211-1/+3
|
* Add loginSanto Cariotti2024-08-211-4/+8
| | | | | | | | | | | | | | | | Fields sent are ``` { "query": "mutation Login($input: LoginCredentials!) { login(input: $input) { accessToken tokenType } }", "variables": { "input": { "email": "....", "password": "..." } } } ```
* Reformat graphql modSanto Cariotti2024-08-211-2/+2
|
* Add state for databaseSanto Cariotti2024-08-201-4/+18
|
* InitSanto Cariotti2024-08-201-0/+65