This a boiler plate for express backend having asynchronous error handling, logging errors and exceptions, database connection etc with all best practices.
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