Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 720 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 720 Bytes

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