Install Node dependencies:
npm install
Create the env files for dev, test and prod, refer env.example
.env.development.local
.env.test.local
.env.production.local
The boilerplate uses Postgres database.
and update the db credentials in the env file
Launch your server with this command:
npm run dev