- High cohesion
- Loose Coupling.
- Mongo DB
- Angular JS
- Node.js
- Express.js
- ORM - Mongoose
- karma, Mocha
- Google OAUTH
- Stripe For Payments.
- OpenExchangeRates Integration.
- MongoDB Text Search Integration.
- Gulp
- Browserify
For Rest of the dependencies refer Package.json
- Moduler Design Pattern
Client Side Testing Framework
- Karma
Server Side Testing Framework
- Mocha
- Travis
- Heroku
- Docker (WIP!)
- Experience writing front- and back-end software.
- Basic knowledge of web application architecture.
- Knowledge of JavaScript fundamentals, including callbacks.
- Experience working with SQL or NoSQL databases.
- Installing and working with MongoDB and Node.js
- MongoDB schema design fundamentals.
- Building REST APIs with Node.js and Express.
- Building single page applications with AngularJS.
https://mymeanstackapplication.herokuapp.com
- A small shopping cart application using the MEAN stack Users of this application will be able to browse through products, add products to their cart, and even check out using the stripe API.
- As a new user, you'll be able to log in with Facebook.Then you'll be able to search for a Book You'll be able to add the book to your cart,and then check out with a fake credit card.
-
Clone or download the repo. into any fresh temporary folder.
-
Cd into that root folder you just cloned locally.
-
Open terminal in the current folder and to install all dependencies type
npm install
- Now typing
npm start
- will start a server !
-
Create your branch:
git checkout -b my-new-feature
-
Commit your changes:
git commit -m 'Add some feature'
-
Push to the branch:
git push origin my-new-feature
-
Send a Pull Request
-
Enjoy!