NodeJS, Express, Prisma, TypeScript, Zod, Axios를 이용한 REST API 서버
- node >=18.17.1
- npm >=9.6.7
$ npm install# development mode
$ npm run devel
# producction mode
$ npm run start$ npm run test# generate prisma client
$ npx prisma generate
# generate prisma migration
$ npx prisma migrate dev --name init
# reset prisma migration
$ npx prisma migrate reset
# execute database seed
$ npx prisma db seed --preview-feature# .env
LISTEN_PORT=8080
APP_VER=DevPC
DATABASE_URL="mysql://root:password@localhost:3306/blog?schema=public"
SUBWAY_API_URL=""
SUBWAY_API_KEY=""👤 Changhoon Jee chjee71@gmail.com
- Github: @chjee
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator