npm install
You can use docker or install PostgreSQL on your machine then update the connection string in .env file (there is a .env.example file you can edit and remove .example extension)
then run this command to migrate data
npm run db:migrate
npm run start web
npm run start server