Skip to content

Aakashdeveloper/Create-node-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the seed application for node js

Available Scripts

current version Commitizen friendly semantic-release Greenkeeper badge npm downloads

How To Start

Inside node_modules folder

  • Globally install this module with npm "npm install -g @aakashdeveloper/create-node-app"
  • Go to the directory where you want to generate the project files
  • Run "generate" in shell/cmd and follow the instructions.
  • Inside your newly created project folder run "npm start".
  • Navigate to http://localhost:7600

Available Script

  • npm start
  • npm run dev
  • npm run test

Available Test Script

npm test

Using Mocha and chai for testing Add test cases in test folder

Database connector

Added mongodb file with all

GET POST PUT DELETE Operation just call mongodb file where ever required

#Added Redis Sample code

  • Connect application with redis
  • Install redis server
  • Sample code is in src/node-redis-sample.js

Added view engine layer

  • added ejs script
  • added lint

DeveloperLink

www.aakashhanda.me

About

Seed to create node application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published