clives / Vocabulary_angular_play

Vocabulary application FR->BR using Play 2.3 and Angular 1.3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Vocabulary PlayFramework-AngularJS-AngularFileUpload-Bootstrap-ReactiveMongoDB-Howler Seed Project

Introduction

Crud application to manage vocabulary Br to Fr. Each words contains his translation to french, some examples of use and his sound.

Features

Add/Delete/Edit vocabulary.

Ingredients

The seed uses the following software components:

  1. Play Framework 2.3

  2. reactive MongoDB 0.11.0

  3. AngularJS 1.3.0

  4. Angular_file_upload 3.2.5

Deployment

Follow these steps in order to deploy the seed on your machine:

  1. activator run

  2. http://localhost:9001/vocabulary

MongoDB configuration

configurating application.conf:

mongodb = {
  db = "test"
  servers = [ "localhost:27017" ]
}

or defining in your environment: MONGOHQ_URL
example:
set MONGOHQ_URL=mongodb://id:password@serverurl:39251/name

Screenshots

Add

Add

All words:

All

About

Vocabulary application FR->BR using Play 2.3 and Angular 1.3


Languages

Language:Scala 55.6%Language:HTML 22.1%Language:JavaScript 17.5%Language:CSS 4.7%