Implement an API backend

This commit is contained in:
2024-06-29 15:22:25 +02:00
parent 11a8b6b14c
commit af6efdbbb6
6 changed files with 973 additions and 0 deletions

13
.drone.yml Normal file
View File

@@ -0,0 +1,13 @@
kind: pipeline
type: docker
name: default
trigger:
event:
- push
steps:
- name: build
image: rust:1.79-slim
commands:
- cd api && cargo build