This is a simple MVC application using Node.js, Express.js and MongoDB. Use this as a starter template for your next project.
- TypeScript
- Node.js
- Express.js
- MongoDB
- 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
- 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)