- type in console or terminal
npm i
ornpm install
- rename env.example to .env and setup your database
- setup prisma schema in schema.prisma file
- after setup type in console or terminal
npx prisma migrate dev
and generate prisma client by typenpx prisma generate
- run app with type in console or terminal
npm run start
and it will automate some changes
- CRUD process with Rest-Api
- using Prisma ORM
- Mysql
- Typescript