Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

friedhof/moodini

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
art
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Moodini

Build Status Coverage Status Codacy Badge Stories in Ready gitmoji

An easy to use mood application. For more information please take a look at our project website.

Copyright (C) 2016, 2017 Marcus Fihlon

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Configuration

Moodini uses MongoDB to store it's data. Therefore you must provide the credentials for a running database instance through environment variables:

Environment Variable Description
db_username The name of the user (login) for authorization.
db_password The password used to authorize the user.
db_host The host which runs the MongoDB instance
db_port The port which provides access to the MongoDB server.
db_name The name of the database to be used by Moodini.

Throughput

Throughput Graph

With support from

JWT Auth for open source projects