All Projects → falko-org → Falko Api

falko-org / Falko Api

Licence: mit
📈 Falko API: Plataform for agile projects management 📊

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Falko Api

Storaji
📒 The light/responsive inventory management system available on Windows, macOS and Linux.
Stars: ✭ 222 (+1607.69%)
Mutual labels:  api, management, backend
slotlist-backend
Backend of slotlist.info, an ArmA 3 mission planning and slotlist management tool
Stars: ✭ 13 (+0%)
Mutual labels:  backend, management
Http Fake Backend
Build a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.
Stars: ✭ 253 (+1846.15%)
Mutual labels:  api, backend
Koa Vue Notes Api
🤓 This is a simple SPA built using Koa as the backend, Vue as the first frontend, and React as the second frontend. Features MySQL integration, user authentication, CRUD note actions, and async/await.
Stars: ✭ 342 (+2530.77%)
Mutual labels:  api, backend
Okuna Api
🤖 The Okuna Social Network API
Stars: ✭ 200 (+1438.46%)
Mutual labels:  api, backend
Jcabi Github
Object Oriented Wrapper of Github API
Stars: ✭ 252 (+1838.46%)
Mutual labels:  api, github-api
Kanary
A minimalist web framework for building REST APIs in Kotlin/Java.
Stars: ✭ 319 (+2353.85%)
Mutual labels:  api, backend
Csgofloat Inspect
Source Code that Powers the CSGOFloat Inspect Link API
Stars: ✭ 172 (+1223.08%)
Mutual labels:  api, backend
Notykt
📒 NotyKT is a complete 💎Kotlin-stack (Backend + Android) 📱 application built to demonstrate the use of Modern development tools with best practices implementation🦸.
Stars: ✭ 543 (+4076.92%)
Mutual labels:  api, backend
Ethql
A GraphQL interface to Ethereum 🔥
Stars: ✭ 547 (+4107.69%)
Mutual labels:  api, backend
Github Api
Java API for GitHub
Stars: ✭ 743 (+5615.38%)
Mutual labels:  api, github-api
Cfpmp
Cloudflare Partner Management Panel
Stars: ✭ 194 (+1392.31%)
Mutual labels:  api, management
Stackoverflow Clone
Clone project of a famous Q/A website for developers which is stackoverflow built using MySQL-Express-React-Node 🌐
Stars: ✭ 182 (+1300%)
Mutual labels:  api, backend
Rails api base
API boilerplate project for Ruby On Rails 6
Stars: ✭ 172 (+1223.08%)
Mutual labels:  api, ruby-on-rails
Goyave
🍐 Elegant Golang REST API Framework
Stars: ✭ 811 (+6138.46%)
Mutual labels:  api, backend
SQLGitHub
💻 SQLGitHub — Managing GitHub organization made easier
Stars: ✭ 34 (+161.54%)
Mutual labels:  github-api, management
Api guard
JWT authentication solution for Rails APIs
Stars: ✭ 159 (+1123.08%)
Mutual labels:  api, ruby-on-rails
Express Graphql Typescript Boilerplate
A starter kit for building amazing GraphQL API's with TypeScript and express by @w3tecch
Stars: ✭ 163 (+1153.85%)
Mutual labels:  api, backend
Para
Open source back-end server for web, mobile and IoT. The backend for busy developers. (self-hosted or hosted)
Stars: ✭ 389 (+2892.31%)
Mutual labels:  api, backend
Graphiti
Stylish Graph APIs
Stars: ✭ 783 (+5923.08%)
Mutual labels:  api, ruby-on-rails

Falko

See beyond
Visit our Wiki »

Access Falko · FrontEnd Repository · Report an Issue

Code Climate GPA Code Climate Coverage License

Introduction

Falko is an web application, developed using Ruby on Rails API and Vue.js. It is a Freen Software Project, developed initially to GPP/MDS subjects of UnB - University of Brasília - Engineering Campus (FGA). Falko aims to promote a platform that makes easier for managers to manage agile projects through displaying metrics and relevant info regarding the project, also contributing to more eficient decision making.

Development setup

Development environment uses the containers architecture through Docker. To install, simply follow the guide How to Use Docker. If you're not familiar with docker, you can just simplify some default commands with make.

Make usage

Enters the Rails Console

$ make console

Creates the development and test database

$ make create-db

Drops down the docker environment

$ make down

Migrates the Rails database

$ make migrate

Lists all your running services

$ make ps

Removes all your docker networks

$ make rm-network

Removes all your docker mapped volumes

$ make rm-volume

Creates the Falko environment and run it

$ make run

Creates the Falko environment and run it as daemon

$ make quiet-run

Creates only the API environment, without database service

$ make run-api

Creates only the Postgres database environment, without API service

$ make run-db

Seeds the Rails database environment

$ make seed

Executes all of Rails' tests

$ make test

Docker Usage

Clone the repository and enter it

git clone https://github.com/falko-org/Falko-API && cd Falko-API/

Make sure you're at devel branch

git checkout devel

Lift your environment

docker-compose up

Useful commands

How to download a docker image

docker pull imageYouWant

Listing local images

docker images

Deleting images

docker rmi -f imageId

Listing running containers

docker ps

Removing containers

docker rm [-f] containerNameOrId

Executing commands from outside the container

docker exec <container-name> <desired-command>

Example:

docker exec falko-api rails generate model User name:string

Documentation

Additional documentation is avaiable at Official Wiki.

How to Contribute

To contribute with us, the colaborator must fork and send a pull request with his/her contribution to devel branch. The code will be analized by one of the project's owners and, if approved, included to the application's core.

License

MIT

Copyright (c) 2018 Falko Organization

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].