https://github.com/aakashdeveloper/create-node-app
Seed to create node application
https://github.com/aakashdeveloper/create-node-app
Last synced: 3 months ago
JSON representation
Seed to create node application
- Host: GitHub
- URL: https://github.com/aakashdeveloper/create-node-app
- Owner: Aakashdeveloper
- Created: 2019-04-08T19:27:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:08:04.000Z (about 3 years ago)
- Last Synced: 2025-02-01T11:07:42.978Z (about 1 year ago)
- Language: JavaScript
- Size: 2.39 MB
- Stars: 5
- Watchers: 2
- Forks: 6
- Open Issues: 10
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
This is the seed application for node js
## Available Scripts
[](https://www.npmjs.com/package/create-node-app)
[](http://commitizen.github.io/cz-cli/)
[](https://github.com/semantic-release/semantic-release)
[](https://greenkeeper.io/)
[](https://www.npmjs.com/package/create-node-app)
## 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