Skip to content

AditechGH/nodejs-typescript-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building RESTful Web APIs with Node.js, Express and TypeScript

This is a simple "Hello World!" rest-api application.

Prerequisites

* npm 6+
* node.js 10+

Clone this repository

git clone https://github.com/AditechGH/nodejs-typescript-application.git .

Then install the dependencies

npm install

compiling the code

npm run build

Start the server

Run in development mode

npm run dev

Run in test mode

npm run test

Run in production mode

npm run prod

Testing over HTTP

The default URL is: http://localhost:8080

  • Print Hello World
Send GET request to http://localhost:8080/api/v1/helloWorld

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published