Fork and clone repository to your local machine
Make sure you have psql
globally installed, or just PostgreSQL
Make sure you create your own .env
file and put your own values however you like
In order to start this app in your local browser, type these next commands:
npm ci
npm run prisma-generate
npm run prisma-migrate
npm run dev
npm run dev
command, there is no need to repeat all these previous steps.