browserblockextention
October 23, 2023 ยท View on GitHub
#backend Installation $ npm install
need run docker
docker copmpose up
npx prisma generate
Running the app
development
$ npm run start
watch mode
$ npm run start:dev
production mode
$ npm run start:prod
frontend
npm i npm run dev