Skip to content

agnaldo4j/kanban_vision_api_iex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elixir CI Coverage Status

Kanban Vision API

Overview

The Kanban Vision API is a project designed to simulate a Kanban system, loaded with real data from tools like Jira and others. It's built with Elixir and leverages the power of functional programming to provide a robust and scalable solution for Kanban simulation.

Features

  • Real Data Integration: The API is designed to integrate with real-world project management tools like Jira, enabling you to simulate a Kanban system with actual project data.

  • Kanban Simulation: The core functionality of the API is to simulate a Kanban system, allowing you to visualize and manage your project workflow in a Kanban style.

  • Elixir Powered: The API is built with Elixir, a dynamic, functional language designed for building scalable and maintainable applications.

Getting Started

To get started with the Kanban Vision API, you'll need to have Elixir installed on your machine. Once you have Elixir installed, you can clone this repository and install the project's dependencies.

git clone https://github.com/your-repo/kanban_vision_api.git
cd kanban_vision_api
mix deps.get

You can then compile the project and start the server.

mix compile
mix run --no-halt

Testing

The project includes a suite of tests to ensure its functionality. You can run these tests using the following command:

mix test

Contributing

Contributions to the Kanban Vision API are welcome. Please ensure that you have tested your changes thoroughly before submitting a pull request.

License

This project is licensed under the MIT License.

About

Kanban simulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages