Skip to content

99-Ideas/node-boiler-plate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node-Express Boiler Plate

package v0.0.1 npm 6.14.11 node 14.16.0

This a boiler plate for express backend having asynchronous error handling, logging errors and exceptions, database connection etc with all best practices.

Start

Clone and install all dependencies

git clone https://github.com/99-Ideas/node-boiler-plate.git
cd node-boiler-plate
npm install

Start development server with following command

npm run dev

By default the api will start listening on port 8000. Open http://localhost:8000

About

Node/Express Boiler Plate code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published