/mean-notes

This simple application uses MongoDB, Node.js, Express, Grunt, Bower and Angular.js to allow the editing of simple notes

Primary LanguageJavaScript

MEAN (Mongodb, Express, Angular, Node.js) Notes

A simple Angular application that allows the editing of notes. It uses a MongoDB database and a node express server.

Requirements

  • MongoDB (just install it locally)
  • Node.js and NPM

Note: Ensure the MongoDB service is running.

Installation

  1. Clone the repository
  2. Run the following command in the root directory

npm install

bower install

  1. Edit /app/config/database.js to point to your Mongo database

  2. Build and run the express web server

grunt serve:dev

  1. The application should now be available on http://localhost:8081

MongoDB Grunt Bower Angular Node.js