Code Monkey home page Code Monkey logo

processy.io's Introduction

Contributors Forks Stargazers Issues MIT License


Logo

Processy.io

Open-source project and knowledge management
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

About The Project

![Product Name Screen Shot][product-screenshot]

Project management, project scoping, and knowledge management are so closely related that a project-oriented organization is unlikely to excel at any of them unless it excels at all of them.

There are many great project management tools out there that are well-suited for their intended purposes. I wanted a tool that more tightly integrated project management, knowledge management, and project scoping.

While Processy.io was built with the needs of a project-oriented, consulting-ish organization in mind, the structure that is imposed on tasks, deliverables, and workstreams, as well as the integrated project management tools make it useful for a much broader range of activities.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

Processy.io is a webapp written in Python, which is accessed through the browser while running a local server. To run the webapp, you'll need to have python installed on your computer. Python is preinstalled on MacOS and virtually all Linux distributions. You can get the latest Python installation materials for Windows here.

Installation

  1. Navigate to your preferred directory (any directory will do) and clone the repo
    git clone https://github.com/rogue26/processy.io.git
    Alternatively, you can download the code as a zip file from github.
  2. Create a virtual environment
    python -m venv env
  3. Activate the virtual environment. On Windows, type:
    env\Scripts\activate.bat
    On Linux or Mac, type:
    env/bin/activate
  4. Install the required python packages
    pip install -r requirements.txt
  5. Standard Django startup procedures, i.e.
    python manage.py makemigrations
    python manage.py migrate
    python manage.py createsuperuser
    python manage.py runserver
  6. Navigate to localhost:8000 in your browser.

Usage

Coming soon.

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgements

  • Django Bootstrap Modal Forms is a fantastic, well-constructed Django app that makes it effortless to use Bootstrap 4 modals with ajax within Django.

  • Frappe Gantt is an excellent javascript Gantt chart plugin with everything you need and nothing you don't.

  • Chart.js needs no introduction.

processy.io's People

Contributors

rogue26 avatar

Stargazers

 avatar

Watchers

 avatar

processy.io's Issues

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.