Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 210 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 210 Bytes

node-api-boilerplate

A NodeJS api boilerplate using Typescript

How to start the application

First you need to create the database

npx knex migrate:up

Then start the application

npm start