/mean-stack-initial-setup

code for the tutorial on toubidev.ch

Primary LanguageHTMLApache License 2.0Apache-2.0

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

MongoDB
Node.js

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