nx serve backend
The documentation is reachable at http://localhost:3333/api/
Please note that most routes require an authentication.
Reach it out via this route /api/auth/login
and sending the following payload :
{
"email": "[email protected]",
"password": "admin"
}
Credentials are the one in your
.env
file.