Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 442 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 442 Bytes

DatAtlas API

Getting started

nx serve backend

Open API documentation (formerly known as Swagger)

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.