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
- Host: GitHub
- URL: https://github.com/galib-23/node-prisma-ts-bp
- Owner: Galib-23
- Created: 2024-10-09T16:34:03.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-13T22:11:33.000Z (8 months ago)
- Last Synced: 2025-01-11T05:25:29.675Z (5 months ago)
- Language: TypeScript
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```