Mean stack - Initial setup
Initial setup code for the blog tutorial on toubidev.ch
Getting started
Prerequisites
To run this project MongoDB and Node.js must be installed
Server
Install the dependecies
Before the project can be started, the dependencies must be installed:
$ npm install
Start project
$ npm start
Angular App
Install the dependecies
Before the project can be started, the dependencies must be installed:
$ npm install
Start project
$ ng serve
Built with
MongoDB - database
Express - web framework for Node.js
Angular - front-end framework
Node.js - JavaScript runtime