Coder Social home page Coder Social logo

verbum-domini's Introduction

Verbum Domini

Deployed application: http://verbumdomini.herokuapp.com/

Overview


This project is an open data RESTFul API, which provides a set of services for retrieving data about bible translations. Such API let you easily navigate through resources. The availability of those services promotes creation of applications for many platforms like Android, iOS, desktop applications or even web sites using your preferred set of development tools.

Installation


It is a Java web application project. You have to fulfill some requirements in order to install project artifacts.

System requirements

  • Maven 2
  • JDK 1.7
  • Database system (relational or MongoDB)

In order to generate the artifacts use the command:

mvn clean package

Local deploy

Despite the application is built using Java 7 you need Java 8 to run it locally using embedded Jetty web container. You can use any other web container if you please. It is up to you deploy it to Apache Tomcat 7 and run it with Java 7.

The simplest way may be deploy it to the embedded Jetty runner with command:

java $JAVA_OPTS -jar verbum-domini-app/target/dependency/jetty-runner.jar --port $PORT verbum-domini-app/target/verbumdomini.war

verbum-domini's People

Contributors

aureliano avatar

Stargazers

EMMANUEL MAISO WANCHA avatar Cambera avatar Gilson Filho avatar

Watchers

James Cloos avatar  avatar

verbum-domini's Issues

Generate help module

Generate help module. It may be better use some raml help generator provided by mulesoft.

Create read me

Create "read me" describing how to use and configure the system.

Reading day

Add support to query about reading day:

  • First reading;
  • Psalms;
  • Second reading;
  • Gospel.

It may be necessary to create another entity to abstract that stuff.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.