This repository is the REST API for the frontend repository XXX. It allows users to...
you need to setup the .env
like .env.sample
npm install
npm run start
Name | Method | Endpoint | Auth | Req.body | Redirects |
---|---|---|---|---|---|
Home | GET | / | Yes | ||
Login | POST | /auth/login | No | { email, password } | / |
| |||||
|