shubhambattoo / node-api-starter

NodeJS API Starter with MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node API Starter

Full configuration that runs NodeJS RESTFul API with MongoDB.

dependencies Status

Requirements

Quick Start

Clone this Repository and Install all the dependencies

yarn

or if you are using NPM

npm i

after that to serve the project run

yarn start

or if you are using NPM

npm start

this will serve the project on http://localhost:3000

Author

👤 Shubham Battoo

Show your support

Give a ⭐️ if this project helped you!

About

NodeJS API Starter with MongoDB

License:GNU General Public License v3.0


Languages

Language:JavaScript 75.3%Language:Pug 24.5%Language:Shell 0.3%