A Project to exercise typescript, Node.js, typeORM and express.
- Node.js (16.15.0 or higher)
- NPM (8.19.2 or higher)
Make sure you create your .env file using .env.example as a template
Install Dependencies
npm install
Run Migrations
npm run typeorm:run
Start Development Server
npm run dev
Generate Build
npm run build