chenshinan / agile-service

The service is responsible for Agile process management and providing users with a better user experience through rich display.

Home Page:http://choerodon.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Agile Service

Agile Service is the core service of Choerodon.

The service is responsible for Agile process management and providing users with a better user experience through rich display.

Features

  • Version Management
  • Sprint Management
  • Issues Management
  • Backlog Management
  • Component Management

Requirements

Installation and Getting Started

  1. init database

    CREATE USER 'choerodon'@'%' IDENTIFIED BY "choerodon";
    CREATE DATABASE agile_service DEFAULT CHARACTER SET utf8;
    GRANT ALL PRIVILEGES ON agile_service.* TO choerodon@'%';
    FLUSH PRIVILEGES;
  2. run command sh init-local-database.sh

  3. run command as follow or run AgileServiceApplication in IntelliJ IDEA

    mvn clean spring-boot:run

Dependencies

  • go-register-server: Register server
  • iam-service:iam service
  • mysql: agile_service database
  • api-gateway: api gateway server
  • gateway-helper: gateway helper server
  • oauth-server: oauth server
  • manager-service: manager service

Reporting Issues

If you find any shortcomings or bugs, please describe them in the issue.

How to Contribute

Pull requests are welcome! Follow to know for more information on how to contribute.

About

The service is responsible for Agile process management and providing users with a better user experience through rich display.

http://choerodon.io

License:Apache License 2.0


Languages

Language:Java 84.1%Language:Groovy 15.8%Language:Smarty 0.0%Language:Shell 0.0%Language:Dockerfile 0.0%