Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 342 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 342 Bytes

Simple mongo relations

This is just a simple CRUD application that follows MVC architecture. We have establised one to many relationship between users & vehicles, many to many relationship between vehicles & accessories.

Installation

$ npm install

Running the application

$ npm start

Note:

Need to have node installed