Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xeraa/morphia-demo

Morphia (MongoDB) demo project
https://github.com/xeraa/morphia-demo

java mongodb morphia

Last synced: 8 days ago
JSON representation

Morphia (MongoDB) demo project

Awesome Lists containing this project

README

        

# Morphia Demo

[![Build Status](https://travis-ci.org/xeraa/morphia-demo.png?branch=master)](https://travis-ci.org/xeraa/morphia-demo)

This is a simple test project I use to show some Morphia features.

## Requirements

* JDK 7+
* Gradle

You can either use a standalone MongoDB server on *localhost:27017* or if that is not available,
the test code will start an embedded MongoDB process.

## Getting started

Inside the base folder (where the ``build.gradle`` file is located) run the following command to get started:

gradle test