Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tanv33/backend-template
I have created a simple Node.js MVC (Model-View-Controller) backend template. This template serves as a basic starting point for building Node.js applications using the MVC architectural pattern.
https://github.com/tanv33/backend-template
backend-template expressjs expressjs-boilerplate expressjs-template mongodb-database mongoose node node-express-mongodb node-express-mongodb-crud-rest-api nodejs nodejs-boilerplate nodejs-starter-template nodejs-template nodejs-templates nodemailer template
Last synced: 3 months ago
JSON representation
I have created a simple Node.js MVC (Model-View-Controller) backend template. This template serves as a basic starting point for building Node.js applications using the MVC architectural pattern.
- Host: GitHub
- URL: https://github.com/tanv33/backend-template
- Owner: Tanv33
- Created: 2022-05-21T13:04:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-08T14:31:58.000Z (over 1 year ago)
- Last Synced: 2024-10-10T05:41:11.565Z (3 months ago)
- Topics: backend-template, expressjs, expressjs-boilerplate, expressjs-template, mongodb-database, mongoose, node, node-express-mongodb, node-express-mongodb-crud-rest-api, nodejs, nodejs-boilerplate, nodejs-starter-template, nodejs-template, nodejs-templates, nodemailer, template
- Language: HTML
- Homepage:
- Size: 55.7 KB
- Stars: 34
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.js MVC Backend Template
I have created a simple Node.js MVC (Model-View-Controller) backend template. This template serves as a basic starting point for building Node.js applications using the MVC architectural pattern.
This template provides a structure for organizing your codebase and separating concerns into models, views, and controllers. It helps to maintain a clean and structured codebase, making it easier to manage and extend your application.
## Run Locally
Clone the project
```bash
git clone https://github.com/Tanv33/Backend-Template.git
```Go to the project directory
```bash
cd Backend-Template
```Install dependencies
```bash
npm install
```Create an ENV file and provide environment variables
```bash
.env
```
Start the server```bash
npm run start
```## Tech Stack
**Server:** Node, Express, MongoDB
## Feedback
If you have any feedback, please reach out to me at [email protected]
## Authors
- [@Tanveer Khan](https://www.github.com/tanv33)
## Appendix
If you find the microservices setup helpful, please consider giving it a star ⭐. Your support and feedback are greatly appreciated!