Skip to content

MVC Pattern of Node Express And MongoDB With Typescript

Notifications You must be signed in to change notification settings

Fabiolabsit/mvc-node-express

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Starter Template for MVC Node.js Express.js MongoDB Application

Description

This is a simple MVC application using Node.js, Express.js and MongoDB. Use this as a starter template for your next project.

Technologies

  • TypeScript
  • Node.js
  • Express.js
  • MongoDB

Installation

  • Clone the repository
  • Run yarn
  • Run yarn Start to start the production server
  • Run yarn Dev to start the development server
  • Run yarn Build to build the project

Usage

  • Create a .env.local file in the root directory
  • Add the following environment variables
MONGODB_URI= (Your MongoDB URI)
DB_NAME= (Your MongoDB Database Name)

Author

About

MVC Pattern of Node Express And MongoDB With Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.5%
  • HTML 12.5%