chore: initial commit

This commit is contained in:
Divlo
2022-04-08 17:54:56 +02:00
commit 7d8b88d5d2
49 changed files with 20473 additions and 0 deletions

4
.env.example Normal file
View File

@ -0,0 +1,4 @@
HOST='0.0.0.0'
PORT='8000'
NODE_ENV='development'
API_URL='http://localhost:8000'