Git Product home page Git Product logo

kanbann-webapp's Introduction

Kanbann-WebApp

Create Lists and Add cards to that list to group similar task.

Feature Log

  • If a user's logs in then won't be shown the login page on the next visit to the site, unless the user's logs out or manually types in the url.
  • Multiple User can access the WebApp simultaneously.
  • Visually differentiable which tasks are completed and overdue.
  • Can change the cards from one list to another inside the edit card section.
  • Export button sends the data in a .csv file to the user's mail.
  • After clicking the export button, it won't respond for the next 15 seconds.
  • Daily reminder and monthly report is sent to the user's email.
  • Summary page shows a graph of Date vs Number of task completed and a brief summary of for each of the lists.

Points to Note

The complete WebApp runs only on Linux system. Please download the Mail Hog application (Fake SMTP server) for your system, not be linux version. One can run the full WebApp in WSL and run the MailHog server in Windows.

How to use

Before we could use the web app, we need to setup the environment and servers for it.

  1. Setting up the Flask server :

    • In a new Linux terminal tab, start the Flask server by typing

          python3 main.py
      
  2. Setting up Redis server :

    • In a new Linux terminal tab, start the redis server by typing

      redis-server
      
  3. Setting up Celery Worker and Celery Beat :

    • In a new Linux terminal tab, start the Celery Workers and Beat together by typing

      Celery -A celery_task.celery worker -l info -B    
      

Test user

The application can be tested using a test user if you don't wish to register. Below are the credentials for the same

username = '[email protected]'  # Case sensitive
password = '111'  

kanbann-webapp's People

Contributors

kaustav-goswami9 avatar

Watchers

 avatar

Forkers

nikitasharma1

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.