Choose as a template: .env development or .env production.
Do not change value of :
Change :
npm run quick-install
npm i
to install package dependenciesdb-migrate up
db migrations (On windows & macOS add npx
at the beginning of the command)npm start
to start frontend servernpm run api
to start backend servernpm i
to install package dependenciesnpm run db-set
to setup tablesdb-migrate down
to remove tablesnpm run db-reset
to reset tables