GithubHelp home page GithubHelp logo

miliariadnane / tasks-planner-app Goto Github PK

View Code? Open in Web Editor NEW
16.0 1.0 4.0 2.18 MB

Tasks Planner : A minimalist collaborative app for scheduling and managing your tasks with the team and getting notifications through discord.

Home Page: http://tasksplanner-env.eba-pkikrhha.us-east-1.elasticbeanstalk.com

JavaScript 0.46% TypeScript 20.30% HTML 29.27% CSS 8.58% Java 41.40%
angular aws discord-webhook-notifications docker elasticbeanstalk jib-maven-plugin junit5 mockito postgres s3-bucket

tasks-planner-app's Introduction

Tasks Planner ✨

Overview

  • Tasks planner is a minimalist collaborative app for planning and managing your tasks with the team and get notifications through discord.
  • Once the task is created by the super admin (project manager), the application notifies affected users that a new task has been created using Discord Webhooks.
  • This project is a web app developed with spring Boot (backend) & Angular (frontend).
  • The workflow is managed by Git Actions CI/CD in order to automate deployment into AWS (AWS Elastic Beanstalk, RDS and AWS S3).
  • new feature upcoming

Application live

  • Super Admin account : nanodev/password123
  • User acccount : miliariadnane/password123

Link to the application

Technologies

spring hibernate docker angular Junit5 postgres aws discord

  • Backend:

    • Spring Frameworks :
      • Spring Boot
      • Spring Data Jpa
      • Spring MVC
      • Spring Security / JWT (for new feature)
    • Hibernate
    • Docker
    • JIB (build docker image tool)
    • frontend-maven-plugin library (build angular frontend)
    • Junit5 (unit / integration tests)
    • Mockito
  • Frontend:

    • Angular
  • Database:

    • Postgres
  • CI/CD:

    • GitHub Actions
  • Cloud:

    • AWS Elastic Beanstalk
    • AWS RDS
  • Webhooks:

    • Discord

Process Diagram

Upcoming features

  • Build & Deploy workflows using Git Actions.
  • Add users backend endpoints & UI.
  • Add security layer (Spring security + JWT).
  • Store user image in aws using s3 bucket.
  • Notify affected users when a task is created via discord.
  • Add monitoring dashboard (Spring Actuator).
  • Reset password and mailing service by aws.
  • Notify admin via discord about deployment progress.
  • Complete unit and integration tests.

ScreenShots

  • Tasks List :

  • Add new Task (Form) :

  • Users List :

  • Discord Notification :

  • Reset user password :

  • Monitoring Dashboard :

Some commands to run the application

Build image and push it to dockerhub (configure jib on pom.xml)

mvn clean install jib:build -Djib.to.image=miliariadnane/tasks-planner:v4 -Djib.to.auth.username=miliariadnane -Djib.to.auth.password=yourpassword

Create database via command line (create db first on AWS RDS)

  1. connect to the database
docker run -it --rm postgres:alpine psql -h aa33y2ufc6m1bo.cllttiutrcg0.us-east-1.rds.amazonaws.com -U nanodev -d postgres
  1. create database
create database tasksplanner;   

tasks-planner-app's People

Contributors

dependabot[bot] avatar miliariadnane avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

hamhamdi meryemla

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.