Skip to content

ExpressJs RestApi Template using Typescript for backend purpose.

Notifications You must be signed in to change notification settings

ahtaum/ExpressJS-Typescript-Template

Repository files navigation

Express Template For Backend with Typescript

Install

  • type in console or terminal npm i or npm 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 type npx prisma generate
  • run app with type in console or terminal npm run start and it will automate some changes

Features or Stack

  • CRUD process with Rest-Api
  • using Prisma ORM
  • Mysql
  • Typescript

Releases

No releases published

Packages

No packages published