Get all the info from a client regarding a project.This tool can be used by an agency to manage the exchange of information with clients on a project's kick off phase.
- MEAN.JS - MongoDB, Node.js, Express, and AngularJS based application
Make sure you have installed all of the following prerequisites on your development machine:
- Git - Download & Install Git. OSX and Linux machines typically have this already installed.
- Node.js - Download & Install Node.js and the npm package manager. If you encounter any problems, you can also use this GitHub Gist to install Node.js.
- MongoDB - Download & Install MongoDB, and make sure it's running on the default port (27017).
- Bower - You're going to use the Bower Package Manager to manage your front-end packages. Make sure you've installed Node.js and npm first, then install bower globally using npm:
$ npm install -g bower
Once you've downloaded and installed all the prerequisites.
To install the dependencies, run this in the application folder from the command-line:
$ npm install
Run your application using npm:
$ npm start