Skip to content

henimbola/node-ts-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This project shows how we should structure a node app with typescript. We will see in this project the minimal architecture that should be used in a production level node app. We are open to look forward for an improvement in the project. Feel free to create an issue or make a pull request for an improvement.

Setting up the project

Install the dependencies and requirements

yarn or yarn install

Run the server

yarn start

URLs deployed by the app

Root url : http://localhost:8080/

Display your name in an ejs template : http://localhost:8080/name/{your-name}

Display your name as Json with a Rest API url : http://localhost:8080/api/info/{your-name}

About

Learning NodeJs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published