opcotech / elemo

The next-generation project management platform.
https://elemo.app
GNU Affero General Public License v3.0
8 stars 7 forks source link
go golang hacktoberfest issue-tracker jira neo4j nextjs project-management typescript

OpenSSF Best Practices FOSSA Status Backend Build Front-end Build Maintainability Test Coverage


Elemo

The next-generation project management platform.
Explore the docs · Check Storybook

Join our Discord · Bug report · Feature request

About

Elemo is a project management platform which aims to help developers to ship faster, project managers to have better project overview, and community members to be involved in the lifecycle of projects.

Elemo is not trying to reinvent the wheel, though it is introducing new abstractions in project management to allow any size of company an easy use.

Features

The features listed below are part of the roadmap, but not necessarily implemented yet. The fully implemented features are marked with a checkmark.

Try Elemo

Setting up the development environment is an easy and straightforward process, however, you will need to run the code on Linux, MacOS, or Windows WSL2. Follow the steps below and get ready to contribute:

  1. Clone the repository

    # Clone the repository and change directory
    git clone https://github.com/opcotech/elemo.git && cd elemo
  2. Set up and configure the services using an automated setup script

    # Make sure you have all the development requirements installed, then run the setup script.
    # Requirements: yq, jq, go, openssl, docker (with compose plugin), make, nvm
    ./scripts/setup.sh
  3. Start the services

    # Start the backend services
    make start # or "make dev" for development
  4. Now, you can try Elemo. Navigate to http://127.0.0.1:3000 and log in using the demo@elemo.app email and AppleTree123 password.

Contributing

We welcome contributions to the project, whether it is source code, documentation, bug reports, feature requests or feedback. To get started with contributing: