NodeJs Express Typescript MySQL API

Steps to run the application

  • create a .env file, copy the content from the .env.example file into the .env file, and replace values
  • create database and table npm run db:init
  • run the application in development mode npm run dev
  • build the application npm run build
  • finally run the build npm run start