An open API service indexing awesome lists of open source software.

https://github.com/zmyzheng/mean-stack-application

Simple MEAN stack application, visit:
https://github.com/zmyzheng/mean-stack-application

angular bootstrap expressjs mean-stack mongodb nodejs

Last synced: 2 months ago
JSON representation

Simple MEAN stack application, visit:

Awesome Lists containing this project

README

          

# Mean-Stack-Application

MEAN2: The Full Stack Javascript Framework.

This is a simple MEAN2 Stack Application Demo, which realizes user management (sign up / sign in / log out) and message management for each user (CRUD: create, read, update, delete)

Visit this application:

https://mean-stack-deployment.herokuapp.com/

MEAN2 started out as a combination of

* [Node.js](https://nodejs.org/en/)
* [Angular5 web starter](https://github.com/AngularClass/angular-starter)
* [MongoDB](https://www.mongodb.com)
* [Express](https://expressjs.com/)

![](Architecture.png)

## Run it

Go to MeanFrontend directory,

$ npm install
$ ng build

Copy the files in MeanFrontend/dist to MeanBackend/public

$ npm install
$ npm start

## Deployment

* [MLab for MongoDB](https://mlab.com/home)
* [Heroku](https://www.heroku.com/)