Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 899 Bytes

File metadata and controls

17 lines (9 loc) · 899 Bytes

GeoNote

Discover what's going on around you, while it's still happening.

Stack

This project is built on a MEAN stack (MongoDB with Mongoose, Express, Angular, and Node).

Setup

Make sure you have Mongo installed. For help with that, see the MongoDB installation guide. Mongo should be running while you resume setup. Run npm install and bower install to install all the packages we need, and use grunt serve to run the server.

More detailed instructions with basic troubleshooting to come!

Creating New Components

When making new components, use the Yeoman Angular Fullstack Generator. That will make things easier for you, and will preserve the structure of the project.