Skip to content

[Tutorial] Building RESTful Web APIs with Node.js, Express, MongoDB and TypeScript .

Notifications You must be signed in to change notification settings

pamelacfelipe/restful-api-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restful API build with Node.js and Typescript

It's for study purpose.

Repository created for building RESTful web API with NodeJS, Express, MongoDB and Typescript based on this tutorial.

Requirements

NodeJS

Install global TypeScript and TypeScript Node

npm install -g typescript ts-node

Getting Started

You should install MongoDB on your local machine. Then install the dependencies.

npm install

Start the server

Run in development mode

npm run dev

Run in production mode

npm run prod

About

[Tutorial] Building RESTful Web APIs with Node.js, Express, MongoDB and TypeScript .

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published