An open API service indexing awesome lists of open source software.

https://github.com/galib-23/node-prisma-ts-bp

boilerplate for node and prisma with mysql as database
https://github.com/galib-23/node-prisma-ts-bp

Last synced: 3 months ago
JSON representation

boilerplate for node and prisma with mysql as database

Awesome Lists containing this project

README

        

1.
```bash
npm init -y
```
2.
```bash
npm i typescript --save-dev
```
3.
```bash
npx tsc --init
```

5.
```bash
npm i @types/node @types/express ts-node nodemon --save-dev
```
7.
```bash
npm i express prisma @prisma/client bcrypt jsonwebtoken
```