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:
- Host: GitHub
- URL: https://github.com/zmyzheng/mean-stack-application
- Owner: zmyzheng
- Created: 2018-02-28T05:53:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-13T23:57:17.000Z (over 7 years ago)
- Last Synced: 2026-01-03T14:30:12.989Z (5 months ago)
- Topics: angular, bootstrap, expressjs, mean-stack, mongodb, nodejs
- Language: TypeScript
- Homepage: https://mean-stack-deployment.herokuapp.com/
- Size: 4.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)

## 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/)