MEAN Stack Single Page Application Starter
The idea is to use a group of technologies which are known to synergize well together, to build a powerfull single page application by using only one language JavaScript.
- MongoDB as the database
- Express as the web framework
- AngularJS as the frontend framework
- Node.js as the server platform
How to use it to build any MEAN Stack application ?
- Download the repository
- Install npm modules:
npm install
- Install bower dependencies
bower install
- Create a database
dbtest
, and a collectiontests
- Start up the server:
node server.js
- View in browser at http://localhost:8080
- MongoDb example using Mongoose.
- Customized Sign up and Sign in system
- Customized group management system
- CRUD system