Skip to content

nmanikiran/rest-api-node-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST API with Node using Typescript

This is a simple REST API developed using node and express with typescript

alt text

Requirements

Node.js, postgresql

Setup DB

you can find the DB and other details under server/db create database and then run the .sql files

Setup

clone the repo then goto that directory and run following commands

npm install

To transpile .ts files to .js run

npm run watch

To start the Application

nodemon or npm start

this will run on port 3000 you can change on config or

node bin/www.js -p <PORT>

Credits to

Angular University complete-typescript-course

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •