https://github.com/frckbrice/task-management_backend
A RESTfull API server for task management system built with Node.js, JavaScript, Express.js, MySQL,
https://github.com/frckbrice/task-management_backend
expressjs javascript mysql-database nodejs sequelize-orm
Last synced: 8 days ago
JSON representation
A RESTfull API server for task management system built with Node.js, JavaScript, Express.js, MySQL,
- Host: GitHub
- URL: https://github.com/frckbrice/task-management_backend
- Owner: frckbrice
- Created: 2023-08-31T21:11:05.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2024-03-05T21:18:24.000Z (about 2 years ago)
- Last Synced: 2025-01-23T03:41:30.504Z (about 1 year ago)
- Topics: expressjs, javascript, mysql-database, nodejs, sequelize-orm
- Language: JavaScript
- Homepage:
- Size: 186 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# task-management_BackEnd
This document outlines the structure, setup and functionalities of Tasktrec app. It's is designed for developpers, contributors and users to understand the project and how it works.
# Project Overview
Name: tasktrec-app
**Description**: An online Application that manage processes and transactions involved in the monitoring and recording updates in a project.
**Target audience**: Developers, programmers, students, and anyone interested in learning and practicing coding.
**Tech stack**: Full stack application.
## About
This app help project manager to create a project, divide the project into tasks and assigns status to those tasks. The project manager is able within the app
to invite member via email. The member can join the app via a link sent in the email. Once accepting the terms and registering, he can now signin to the app.
The project manager can assign task to the member(s). monitor the progress of the task (and the project); he can set a task as "done" and also set project as "finished". and then start a new project.
The aims also to display statistic about all the work done within the project from the begining.
## Live Site
[Link](https://tms-app-frontend.vercel.app)