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.
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
Server: Node, Express, MongoDB
If you have any feedback, please reach out to me at [email protected]
If you find the microservices setup helpful, please consider giving it a star ⭐. Your support and feedback are greatly appreciated!