Git Product home page Git Product logo

aionic-core's Introduction

Aionic (Core)

alt text

Aionic offers open source applications for project management and collaboration. Our focus is on simplifying the workflow for agile teams in an open way.

Description

Aionic offers a range of open source products for the management of projects of any size. We offer the software but you have to host it on your own servers or cloud. Our products are open source, so everybody can customize them as desired and contribute to them.

All services are built on top of the Aionic Core application, since this is the place where all the data is managed. So for the usage of any other service, you have to use at least Aionice Core.

Some of the technologies we trust: NodeJS, ReactJS, MySQL

Features

Aionic Core is the foundation for any other of our services. It's the place to store and manage all the data you create. The application is written in Typescript and is based on an ExpressJS HTTP server.

Some of the features this service offers:

  • REST API
  • Task Service
  • Mail Service
  • MySQL ORM
  • GitHub API integration
  • Caching
  • Permission control via ACL
  • Authentication via JWT or BasicAuth

Prerequisites

  • Hosting server (incl. SMTP for sending mails)
  • MySQL database

Installation

First of all, create a new database on your MySQL server:

CREATE DATABASE aionic;

Afterwards, rename the following files and enter your credentials / infos:

  • .env.example -> .env
  • .ormconfig.json.example -> .ormconfig.json

Now, run the following commands to start the application in production mode

yarn install
yarn build
yarn start

Last but not least run the following command for SQL data seeding:

yarn run seed

NOTE: You can also use npm.

Philosophy

Our focus is on simplifying the workflow for agile teams in an open way.

We try to help other people / companies realizing their ideas by offering highly maintainable project management softwares that everybody can adjust as desired.

Community

License

MIT

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.