https://github.com/muhand/nodejs-boiler-mongoose
A nodejs boiler plate for mongoose. It doesn't include any architecture and this was done on purpose so architecture can be done per project basis. There will be different branches for different architectures however.
https://github.com/muhand/nodejs-boiler-mongoose
Last synced: 2 months ago
JSON representation
A nodejs boiler plate for mongoose. It doesn't include any architecture and this was done on purpose so architecture can be done per project basis. There will be different branches for different architectures however.
- Host: GitHub
- URL: https://github.com/muhand/nodejs-boiler-mongoose
- Owner: Muhand
- License: apache-2.0
- Created: 2021-01-17T02:34:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-17T07:55:22.000Z (over 4 years ago)
- Last Synced: 2025-01-22T02:41:52.798Z (4 months ago)
- Language: JavaScript
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nodejs-boiler-mongoose
A nodejs boiler plate for mongoose. It doesn't include any architecture and this was done on purpose so architecture can be done per project basis. There will be different branches for different architectures however.## TODO:
1. Add cli boiler plate (maybe to a different branch)
2. Add `tests`
3. Add mongoose models