This project is a used as a reference for the Auth0 Authentication API.
- Install the dependencies:
npm install
- Run the local server:
npm run dev
For each route, you can see the endpoint and the HTTP method.
| METHOD | ENDPOINTS | WORKING |
|---|---|---|
| GET | /api/v1/home | ✅ |
| POST | /api/v1/register | ✅ |
| POST | /api/v1/login | ✅ |
| POST | /api/v1/logout | ✅ |
| GET | /api/v1/dashboard | ✅ |