patrickw14 / GeoNote

Discover what's going on around you.
MIT License
1 stars 1 forks source link

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.