Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 427 Bytes

File metadata and controls

33 lines (21 loc) · 427 Bytes

REST API-Starter-Template-NodeJs-Express-Logging

A starter template for implementing Rest Api with NodeJs-Express-Winston_Logger - Jithin Joseph

Installation

Use the npm to install

npm install

Run in development mode :

npm run dev

Run in production mode :

npm run prod

Packages Used

Express
Cors
Winston
Nodemon

Jithin Joseph