Skip to content

guru9/node-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Start

1)Database connection

a) create 'config' folder

b) inside config create 'keys.js' file

c) create your mlab db

d) copy paste your db link into keys.js as below

module.exports = { mongoURI : 'your mlab database', secretKey: 'secret' };

or connect to your localhost

2) Installation

npm install

Run

nodemon server.js

Recomended

use vs Code Editor

dependencies

prettier- code formatter(for formatOnSave)

About

The starter kit for nodejs to build realtime web and mobile applications (Authentication aslo added).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published