Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 385 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 385 Bytes

Serino

A simple nodejs app using typescript.

Installation

Enter these in a bash or cmd.

npm init
npm install

Install also the ts-node globally

npm install -g ts-node

Usage

To run the program

npx ts-node index.ts

Also remember that there is a db.config.json in the app. You can configure your database there depending on your needs.