#mongee
What is mongee?
mongee is a simple social network built with node.js and MongoDB.
It's not usable yet, support is always appreciated.
Setup
Do the following to run mongee on your machine:
- Install node.js (http://www.nodejs.org)
- Install MongoDB (http://mongodb.org)
- Create a new directory for node and clone the source:
git clone git@github.com:MaxGfeller/mongee.git
- Then
cd mongee
and get all required packages using npm:
npm install
Contribute
If you want to contribute, feel free to contact me on GitHub.