Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Missing information added
  • Loading branch information
xeraa committed Mar 24, 2011
1 parent e99b4ea commit 117e6d5
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,3 +1,4 @@

/bin
/target
/target
/.settings
23 changes: 23 additions & 0 deletions Readme.md
@@ -0,0 +1,23 @@
# MongoUK2011 Morphia Presentation

This is a simple test project I used to show some Morphia features at MongoUK2011: [http://www.10gen.com/conferences/mongouk2011#agenda](http://www.10gen.com/conferences/mongouk2011#agenda)

The basic structure of the project looks like this: ![Code diagram](diagram.png)

The presentation is also available at: [https://prezi.com/ykqpljl6-wem/mongouk2011/](https://prezi.com/ykqpljl6-wem/mongouk2011/)


## Requirements

* JDK6
* Maven2

An IDE like Eclipse is highly recommended, but not required.


## Getting started

Inside the base folder (where the pom.xml file is located) run the following commands to get started:

mvn install
mvn test
Binary file modified diagram.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 117e6d5

Please sign in to comment.