Refactor for using koa and dicebear

This commit is contained in:
Juan Sebastián Montoya 2024-09-26 01:13:22 -05:00
parent 41f480e2a6
commit 1840e5a786
17 changed files with 976 additions and 1129 deletions

8
.env.example Normal file
View file

@ -0,0 +1,8 @@
# General Config
NODE_ENV="development"
# Server Config
HOST="0.0.0.0"
PORT=3001
API_VERSION=1
ALLOWED_ORIGINS="http://localhost:3000,https://jusemon.com"