Skip to content

Latest commit

 

History

History
22 lines (22 loc) · 375 Bytes

README.md

File metadata and controls

22 lines (22 loc) · 375 Bytes

Node / TypeScript, MicroORM, MySQL, Koa.js CRUD REST API

Setup

Create the '.env' file and fill it

cp .env.example .env

Install Dependencies

npm install

push migrations to Database

npx mikro-orm migration:up

Start the dev Server

npm run dev