Skip to content

kanadikirik/node-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-starter

Starter pack for Nodejs API

Whats included

  • MongoDB connection
  • Input Validations
  • Authentication
  • Rate limits

Prerequisites

Make sure installed,

  • Mongo DB,
  • npm nodemon and pm2 packages,

on your machine.

Installing

First, clone repository.

git clone https://github.com/ook0/node-starter.git

Then install dependencies.

npm install

Before Start

Start

For development:

nodemon app

For production:

pm2 start app

About

Starter pack for Nodejs API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published