- MVC example with NodeJS + TypeScript + Express + MongoDB
- Based in Back Framework
Requirements
- Run MongoDB server configured
- Edit custom configuration in configuration.ts for your server
- Install TypeScript
npm install -g typescript
How to install
Clone the repository
git clone https://github.com/M3code/Example_MVC_NodeJS.git
Install dependecies
npm install
Start application
npm start