Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/faizanzaheergit/expressjsboilerplate
This is a boiler plate for Express JS with Mongoose
https://github.com/faizanzaheergit/expressjsboilerplate
api-rest boilerplate express expressjs javascript mongoose nodejs template
Last synced: 4 days ago
JSON representation
This is a boiler plate for Express JS with Mongoose
- Host: GitHub
- URL: https://github.com/faizanzaheergit/expressjsboilerplate
- Owner: FaizanZaheerGit
- Created: 2022-06-16T09:04:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-12T10:06:34.000Z (about 1 year ago)
- Last Synced: 2023-09-12T18:52:02.828Z (about 1 year ago)
- Topics: api-rest, boilerplate, express, expressjs, javascript, mongoose, nodejs, template
- Language: JavaScript
- Homepage:
- Size: 384 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ExpressJsBoilerplate
This is a boiler plate for Express JS with Mongoose.
Created By Faizan ZaheerThis follows a basic MVC Pattern, along with a constants, config and static data folder,
for more convenienceFor running this example run cmd on cli,
npm run start,For running in development watch mode, run cmd on cli,
npm run dev