bbe-po-htp
v1.1.1
Published
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.
Downloads
2
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
git clone https://github.com/Tanv33/Backend-Template.git
Go to the project directory
cd Backend-Template
Install dependencies
npm install
Create an ENV file and provide environment variables
.env
Start the server
npm run start
Tech Stack
Server: Node, Express, MongoDB
Feedback
If you have any feedback, please reach out to me at [email protected]
Authors
Appendix
If you find the microservices setup helpful, please consider giving it a star ⭐. Your support and feedback are greatly appreciated!