The Wayback Machine - https://web.archive.org/web/20231102133111/https://github.com/Tanv33/Backend-Template
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

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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