npm i
npm run setup:dev
npm run start:dev
SQLite is the default database, to use PostgreSQL, set the DATABASE to POSTGRES and the database url POSTGRES_URL in the file .env
The project uses swagger for documentation, it's acessible through /docs endpoint
http://localhost:5000/docs/
The project is acessible through the following link