Aionic offers open source applications for project management and collaboration. Our focus is on simplifying and accelerating the workflow of agile teams.
We provide a set of open source products for project management, collarboration, productivity and more. All our products are released under the MIT license, so feel free to customize them according to your team’s wishes.
Please keep in mind that we just develop the software and don't host the applications anywhere for public usage. That means you have to take care of the hosting for yourself. You can use a Linux cloud server with nginx for example.
All our products are built on top of aionic-core, since this is the place where all your data is maintained and distributed. So for the usage of any other application, you have to use at least aionic-core.
Moreover we highly advice to use aionic-backend for managing and configuring the data of your Aionic applications.
Installation and usage guides and be found at the GitHub repositories of the individual products.
Some of the technologies we use to build our software:
- Node.js
- React
- MySQL
- Redis
aionic-milestone is a web application for project management. It helps you to plan your team's projects and tasks. The application is a SPA based on React written in JavaScript.
Some of the features included in this app:
- Login / Registration
- User / Task Management
- Kaban Boards
- Projects
- GitHub API integration
- aionic-core
- Node.js
First of all, copy the environment file and enter your secret information:
cp .env.example .env
Afterward, run the following commands to start the application
yarn install
yarn start
In progress.
Our focus is on simplifying and accelerating the workflow of agile teams.
We try to help other teams to realize their ideas by offering highly maintainable software for project management and collaboration.
aionic-milestone is released under MIT license.