Skip to content

saloni137/MVC-template

Repository files navigation

Node.js Express MVC Project Template

This is a sample MVC project built on top of the NodeJS, ExpressJS and Mongoose.

Project Overview

This project includes sample user collection its basic CRUD routes.

Table of Contents

Prerequisites

  • Node.js > 14

Installation

  • update .env.development
  • npm i
  • npm run start
  • Run localhost:5000 in browser to access routes directly.
  • Postman collection is available at Postman

Folder Structure

.
├── config
│   └── Database configuration
├── controllers
│   └── User controller methods
├── models
│   └── User collection
├── views
│   └── // template files
├── routes.js
├── server.js
└── ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published