All Projects → sldiaz04us → kanban-project-management

sldiaz04us / kanban-project-management

Licence: MIT license
Web Application to manage software development projects.

Programming Languages

typescript
32286 projects
HTML
75241 projects
SCSS
7915 projects

Projects that are alternatives of or similar to kanban-project-management

ack-nestjs-mongoose
NestJs Boilerplate. Authentication (OAuth2), Mongoose, MongoDB , Configuration, Multi Languages (i18n), etc. Advance Example 🥶. NestJs v8 🥳🎉. Production Ready 🚀🔥
Stars: ✭ 81 (+107.69%)
Mutual labels:  mongoose, nestjs, nestjs-backend, nestjs-mongoose
nestjs-api-mongoose
Collection example apps with NestJS and Typeorm, Sequelize, Mongodb, PostgreSQL, MySQL, GraphQL, Mercurius, etc. for the NestJS community 😻
Stars: ✭ 153 (+292.31%)
Mutual labels:  mongoose, nestjs, nestjs-backend, nestjs-mongoose
nestjs-rest-sample
NestJS RESTful APIs Sample
Stars: ✭ 204 (+423.08%)
Mutual labels:  rxjs, mongoose, nestjs, nestjs-mongoose
DragBoardView
⭐ Android 看板,支持项拖拽、列拖拽。Draggable kanban/board view for Android.
Stars: ✭ 85 (+117.95%)
Mutual labels:  kanban, kanban-board, kanban-board-application, kanban-application
backlog-board
This is Kanban Board connected to Backlog
Stars: ✭ 18 (-53.85%)
Mutual labels:  kanban, kanban-board, kanban-board-application
streamkit
My streaming overlay platform for YouTube https://bit.ly/3AvaoFz and Twitch https://bit.ly/37xUPAM
Stars: ✭ 15 (-61.54%)
Mutual labels:  rxjs, ngrx, nestjs
ng-nest-cnode
Angular 10 Front-End and Nestjs 7 framework Back-End build Fullstack CNode
Stars: ✭ 17 (-56.41%)
Mutual labels:  rxjs, mongoose, nestjs
taiga-stats
Generate statistics from Taiga and produce burnup diagrams, CFDs, dependency graphs and more.
Stars: ✭ 40 (+2.56%)
Mutual labels:  kanban, kanban-board
angular-chat
Angular v.9, Node.js, Nest.js v.6, Mongoose, Socket.io, Passport, Angular Universal SSR (in progress...)
Stars: ✭ 35 (-10.26%)
Mutual labels:  mongoose, nestjs
vue-seo-friendly-spa-template
Vue.js PWA/SPA template initially scaffolded with vue-cli and configured for SEO. Makes use of prerendering and other techniques/packages in order to achieve a perfect "Lighthouse Score".
Stars: ✭ 41 (+5.13%)
Mutual labels:  netlify, netlify-deployment
react-kanban
Yet another Kanban/Trello board lib for React.
Stars: ✭ 567 (+1353.85%)
Mutual labels:  kanban, kanban-board
testimonial
Jamstack app using Gatsby, Netlify, and FaunaDB.
Stars: ✭ 23 (-41.03%)
Mutual labels:  netlify, netlify-deployment
truthy
Open source headless CMS API written using NestJS, that has pre built modules like User Management, Role Management, Permission Management, Email Module, Account Settings, OTP, Throttling, RBAC support, Localization, and many more.
Stars: ✭ 200 (+412.82%)
Mutual labels:  nestjs, nestjs-backend
actionview-fe
ActionView front-end source code, based on Reactjs+Redux.
Stars: ✭ 63 (+61.54%)
Mutual labels:  kanban, kanban-board
pothole detection
By using this app users can report the potholes on road by clicking a photo via our app and if a pothole is detected by Machine Learning modal then it is saved to our Database from where officials can view the specifics like location,reported by and official can resolve the request.User are notified by email for every update regarding their request
Stars: ✭ 17 (-56.41%)
Mutual labels:  mongoose, netlify
Phantom
A mimic website of Pinterest where one can share ideas , socialize and find inspirational ideas
Stars: ✭ 18 (-53.85%)
Mutual labels:  mongoose, nestjs
cookbook
VueJS + NodeJS Evergreen Cookbook
Stars: ✭ 440 (+1028.21%)
Mutual labels:  rxjs, nestjs
monogram
Aspect-oriented layer on top of the MongoDB Node.js driver
Stars: ✭ 76 (+94.87%)
Mutual labels:  rxjs, mongoose
clock-in-out
A clock-in/out system using nestJS, PostgreSQL, TypeORM, Angular, Arduino, RxJS
Stars: ✭ 61 (+56.41%)
Mutual labels:  rxjs, nestjs
nest-admin
NestJs CRUD for RESTful API使用 nestjs + mysql + typeorm + redis + jwt + swagger 企业中后台管理系统项目RBAC权限管理(细粒度到按钮)、实现单点登录等。
Stars: ✭ 165 (+323.08%)
Mutual labels:  nestjs, nestjs-backend

Kanban Project Management

Kanban Project Management is a web application to manage software development projects.

Kanban is a workflow management method for defining, managing, and improving services that deliver knowledge work. It aims to help you visualize your > work, maximize efficiency, and improve continuously.

Demo

Check out the live application on:

demo

Features 🚀

Some of the things you can do with Kanban Project Management:

  • Create, read, update, delete and list (CRUDL) projects.
  • Filter and sort projects.
  • Add users to a project.
  • Create, read, update, delete and list issues of each project
  • Filter issues.
  • Assign issues to users.
  • Drag and drop an issue onto the kanban board.
  • Create, read, update, delete and list comments of each issue.

Built with 🛠️

Frontend

Frontend Tech stack

  • Angular - An Application Design Framework and Development Platform for creating efficient and sophisticated single-page apps.
  • NgRx - NgRx Store provides reactive state management for Angular apps inspired by Redux.
  • NG-ZORRO - An enterprise-class Angular UI component library based on Ant Design.
  • ngx-quill - An Angular module for the Quill Rich Text Editor
  • RxJS - A javascript library for reactive programming using Observables, to make it easier to compose asynchronous or callback-based code.
  • TypeScript - TypeScript is an open-source language which builds on JavaScript, one of the world’s most used tools, by adding static type definitions.
  • angular/cdk/drag-drop - Provides you with a way to easily and declaratively create drag-and-drop interfaces.

Backend

Backend Tech Stack

  • NestJS - A progressive Node.js framework for building efficient, reliable and scalable server-side applications.
  • MongoDB - A NoSQL database.
  • mongoose - An elegant mongodb object modeling for Node.js
  • mongoose-sequence - This plugin lets you create fields which autoincrement their value.

Getting started 🏁

Open in Visual Studio Code

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

  • git clone https://github.com/sldiaz04us/kanban-project-management.git
  • cd kanban-project-management/
  • npm run install:all to install all dependencies (frontend and backend)

You can install the frontend and backend dependencies individually with npm run install:frontend and npm run install:backend respectively.

To start the backend and frontend applications, you must run the commands on two different terminals.

Backend application

Before you run the application, you'll also need:

  • Set up MongoDB Atlas, a cloud MongoDB service.

    The reason why I recommend this option is due to the use of transactions to execute multiple operations in isolation and potentially undo all the operations if one of them fails. In the application, when a project is deleted, all its issues and the comments for each of those issues are also deleted.

    To execute transactions, there must be replicas of the database, and MongoDB Atlas offers this configuration out of the box.

    If you want a local configuration of mongodb, take a look at this article Creating a MongoDB replica set using Docker.

  • In the backend folder of the project, you'll find the file .env.stage.dev, change the value of MONGODB_URI with the database connection string from the previous step.

    MONGODB_URI=mongodb+srv://admin:<password>@cluster0.dmpdr.mongodb.net/myFirstDatabase?retryWrites=true&w=majority
    

    Replace <password> with the password for the admin user. Replace myFirstDatabase with the name of the database that connections will use by default.

  • npm run start:backend, this command runs the backend application implemented in NestJS.

  • The server is listening on http://localhost:3000/

  • npm run seed:database, this command, as its name suggests, seeds the database with some data.

Since there is no Authentication System in place, for the application to work as expected, there must be at least one user in the database.

After the database is seeded, you'll find:

  • A Sample Kanban Project with one issue.
  • Five predefined users
    • Myself (Sergio Lopez Diaz)
    • Richard Hendricks
    • Gilfoyle
    • Dinesh
    • Big Head

You can run the command to seed the database whenever you want, there is no need to stop the backend application for that.

Frontend application

  • npm run start:frontend, this command runs the frontend application implemented in Angular.
  • Navigate to http://localhost:4200/

What's missing

An Authentication and Authorization System

The application uses the same user by default. In a real product, the application must have an authentication system, where users can register and participate in the entire development process of one or more projects.

Unit/Integration tests 🧪

I skipped writing test for this project.

Accessibility

Not all components have properly defined aria attributes, visual focus indicators, etc.

Author: Sergio López Díaz ✍️

You can find out more about me and my projects on:

Support 🤝

Give a ⭐️ if you like this project!

Thanks a lot for stopping by and supporting me!

You may also like ⁉️

Credits

Inspired by trungk18/jira-clone-angular and Jira Software

License 📝

Feel free to use my code on your project. Please put a reference to this repository.

This project is under the MIT license. See the LICENSE for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].