Add: backend dir and moved frontend to frontend dir

This commit is contained in:
Jose
2026-02-17 01:43:08 +01:00
parent 95dd13595e
commit dcc1d55db6
82 changed files with 197 additions and 419 deletions

View File

@@ -0,0 +1,11 @@
{
"apiConfig": {
"baseUrl": "http://localhost:3000",
"endpoints": {
"auth": {
"login": "/auth/login",
"validateToken": "/auth/validate-token"
}
}
}
}

View File

@@ -0,0 +1,11 @@
{
"apiConfig": {
"baseUrl": "http://localhost:3000",
"endpoints": {
"auth": {
"login": "/auth/login",
"validateToken": "/auth/validate-token"
}
}
}
}