Skip to content

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.

Tanv33/Backend-Template

Repository files navigation

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 tanveer.khan2692000@gmail.com

Authors

Appendix

If you find the microservices setup helpful, please consider giving it a star ⭐. Your support and feedback are greatly appreciated!

Releases

No releases published

Packages

No packages published