GithubHelp home page GithubHelp logo

taskmanagement's Introduction

Task Management Application

Description

The Task Management Application is a robust tool designed to help users efficiently manage their tasks. It features task creation, updates, deletions, and sorting based on various criteria. The application includes authentication and authorization mechanisms to ensure secure access and user management.

Table of Contents

Features

  • Task Management: Create, update, and delete tasks.
  • Task Sorting: Sort tasks by priority, due date, status, and creation date.
  • User Profile: Add and manage profile pictures.
  • Authentication & Authorization: Secure user authentication and authorization.
  • Access Control: Prevent unauthorized access to pages.
  • User Sessions: Signup, signin, and logout functionalities with persistent sessions for valid tokens.

Tools and Technologies

  • Backend: Node.js, Express.js
  • Frontend: React.js, Material-UI

Installation

Backend

  1. Clone the repository:
    git clone https://github.com/assassinscreed2/taskmanagement.git
  2. Navigate to the backend directory:
    cd taskmanagement/backend
  3. Install dependencies:
    npm install

Frontend

  1. Navigate to the frontend directory:
    cd ../frontend
  2. Install dependencies:
    npm install

Usage

Backend

  1. Ensure all required environment variables are configured (see Configuration).
  2. Start the backend server:
    npm start

Frontend

  1. Ensure all required environment variables are configured (see Configuration).
  2. Start the frontend development server:
    npm start

Configuration

Backend

Ensure dotenv is installed and create a .env file in the backend directory with the following variables:

PORT=<PORT>
CONNECTION_URL=<MONGODB CONNECTION URL>
SECRET_KEY=<SECRET KEY FOR JWT>
IMAGEKIT_PUBLIC_KEY=<IMAGEKIT PUBLIC KEY>
IMAGEKIT_PRIVATE_KEY="<IMAGEKIT PRIVATE KEY>
IMAGEKIT_URL_ENDPOINT=<IMAGEKIT URL ENDPOINT>
DEFAULT_PROFILE_IMAGE="<IMAGEKIT UTL ENDPOINT>/default-image.jpg"

Frontend Configuration

Create a .env file in the frontend directory with the following content:

REACT_APP_SERVER="http://localhost:<BACKEND SERVER PORT>"

Project Structure

The project root directory contains two main folders:

  • backend: Contains the Node.js backend code.
  • frontend: Contains the React.js frontend code.

taskmanagement's People

Contributors

assassinscreed2 avatar

Watchers

 avatar

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.