A vue.js app with mongodb as DB and Node.js with express as the backend, a movietabase app where the users can login list all the movies, add a movie that they like with a description, genre. So all the other users can login and rate it
npm install
npm install
```r development
npm run serve
### Compiles and minifies for production
npm run build
### Lints and fixes files
npm run lint
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).