gaming-api API for gaming application using node.js,express.js and typescript add package using npm install npm install use .sql file to create database along with certain values gaming.sql To know or check whether typescript installed type: tsc --version To configure typescript in project use: tsc init create .js file use tsc command tsc or npm build . To run the server use: node build/server.js