Skip to content

this is the project to learn and try to use prisma with express.js and mysql database

Notifications You must be signed in to change notification settings

Arikato111/learn-prisma-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prisma typescript mongodb

Learn Prisma Api

this is the project to learn and try to use prisma with express.js and mongodb database

Get started

  • clone this repository.
  • pnpm install or npm install to install dependencies.
  • create .env like .env.example
  • enter your database config at '.env' (Mongodb)
  • npx prisma generate to generate
  • npx tsc -w to auto compile TypeScript to JavaScript.
  • in another terminal run pnpm dev or npm run dev to run server with nodemon
  • start edit about api at ./src/express.ts

Inside it

TODOs

  • read, add, update, delete users.

About

this is the project to learn and try to use prisma with express.js and mysql database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages