MEAN is an opinionated fullstack javascript framework - which simplifies and accelerates web application development. So how to use MongoDB, Express, AngularJS, Node.js build a CURD DEMO.
Before run the demo, you need prepare for the environment.
To get set up and running quickly:
- Node.js installation: If you don't have it installed, dowload it.
- MongoDB installation: If you don't have it installed, Document.
Once you have installed them, clone my repository:
git clone https://github.com/KaroseLiu/MEAN-WebApp.git
cd MEAN-Webapp
npm install
Data: MongoDB using Mongoose with Express framework running on Node.js, so run the following commands:
npm run start-mongod
If you want to see the Demo, open the Heroku websit:
http://karose-mean.herokuapp.com/
Everything is Ok. Start the demo up with
npm start