https://github.com/iamvaibhavsar/nodejs-starter
A starter project that can be used for over 90% NodeJS projects. Don't ever work from scratch after this.
https://github.com/iamvaibhavsar/nodejs-starter
Last synced: 2 months ago
JSON representation
A starter project that can be used for over 90% NodeJS projects. Don't ever work from scratch after this.
- Host: GitHub
- URL: https://github.com/iamvaibhavsar/nodejs-starter
- Owner: IamVaibhavsar
- License: mit
- Created: 2022-10-28T15:29:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T15:40:18.000Z (over 2 years ago)
- Last Synced: 2025-01-03T04:50:36.655Z (4 months ago)
- Language: Dockerfile
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
README
# NodeJS-Starter-Project
Author - Vaibhav Bhavsar
Just the right number of packages to get started with the most common nodejs projects - ToDos, CRUDs, E-Commerce - anything that requires you to work with
1. Express
2. MongoDB
3. JWT AuthenticationThis saves about 20 minutes starting time to install and check the right set of dependencies that work well together :)
- Also has nodemon for working in development.
- Also has a docker file - which is generic enough to be used for more than 90% nodeJS projects
- Also has the right project structure that can be used for more than 90% of NodeJS projects :)
- Also has the "right" gitignore file that you will needDon't work from scratch guys!
Fork this and use it and drop a star here bruh!
```