To set the script shell on Windows, run:
npm config set script-shell "C:\\Program Files\\git\\bin\\bash.exe"- Create a
.envfile based on.env.templateand configure your PostgreSQL and Redis instances.
To install the necessary dependencies, run:
npm installTo generate the Prisma client, run:
npm run clientTo start the server in development mode, run:
npm run devOpen the bruno-collection folder with Bruno.
In the project directory, you can run the following scripts:
Starts the app in development mode.
Open http://localhost:80 to view it in the browser.
Starts the app in production mode.
Runs the test cases.