Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thisdot/node-enterprise-setup-shell
This is the shell project to get you started with NodeJS in Enterprise
https://github.com/thisdot/node-enterprise-setup-shell
backend javascript mongodb nodejs nodejsapi opensource
Last synced: 2 months ago
JSON representation
This is the shell project to get you started with NodeJS in Enterprise
- Host: GitHub
- URL: https://github.com/thisdot/node-enterprise-setup-shell
- Owner: thisdot
- License: mit
- Created: 2019-09-28T00:33:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T18:46:36.000Z (about 2 years ago)
- Last Synced: 2023-03-03T07:43:18.216Z (almost 2 years ago)
- Topics: backend, javascript, mongodb, nodejs, nodejsapi, opensource
- Language: JavaScript
- Homepage:
- Size: 10.3 MB
- Stars: 12
- Watchers: 4
- Forks: 11
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Open Source Love](https://img.shields.io/badge/Open%20Source-%E2%9D%A4-red.svg)
![GitHub](https://img.shields.io/github/license/thisdot/node-enterprise-setup-shell.svg)
![GitHub forks](https://img.shields.io/github/forks/thisdot/node-enterprise-setup-shell.svg)
![GitHub issues](https://img.shields.io/github/issues/thisdot/node-enterprise-setup-shell.svg)
![GitHub pull requests](https://img.shields.io/github/issues-pr/thisdot/node-enterprise-setup-shell.svg)
![GitHub contributors](https://img.shields.io/github/contributors/thisdot/node-enterprise-setup-shell.svg)
![GitHub top language](https://img.shields.io/github/languages/top/thisdot/node-enterprise-setup-shell.svg)# Node API Enterprise Setup Shell
![](./nodebanner.png)
This is the shell project to get you started with your NodeJS API in Enterprise.
To learn more about this project: https://dev.to/pato_codes/nodejs-setup-shell-open-source-3j3i
## How to use it?
Very simple if you are starting into the NodeJS world (if you have some knowledge on it) clone this repo and start working on the enterprise project.
## Tools/Code
This project has several tools/Code already setup for you:
- NodeJS
- ExpressJS
- MongoDB Connection
- Routes
- Schema file
- Mocha/Chai
- Grunt
- Nodemon
- Middlewares
- Test coverage with NYC
## Run the project
`npm start`
If you take a look to the package.json file, you can see I'm using nodemon to run and watch your files.
## Run the test
`npm test`
If you take a look to the package.json file, you can see I'm using mocha to run and watch your files.
## Run the test coverage
`npm coverage`
If you take a look to the package.json file, you can see I'm using nyc to create the test coverage report as a html file and running my npm test commands.
## Contribute this Open Source project
If you are into NodeJS and have seen repetitive things that you add to your NodeJS API setups all the time, feel free to add them to the repo.
- Fork the repo
- Star the repo
- Submit a PR
## Complete Code Example Using The Shell
https://github.com/thisdot/nodejs-enterprise-setup-tutorial
## License
-MIT