GithubHelp home page GithubHelp logo

assessment's Introduction

TODO-APP ๐Ÿš€

Manage your tasks and subtasks with this powerful Node.js backend. Check out the project functionalities, setup instructions, and API endpoints.

๐Ÿ”ง Local Setup

  1. Clone the Repositry
git clone https://github.com/Muthu-kesavan/Assessment.git
  1. change Directory
cd TODO-APP
  1. Install the Dependencies
npm install
  1. Start the server
npm start
  • The application will be accessible at http://localhost:5000.

๐Ÿ“š API Endpoints

User Endpoints

  1. Create a User POST api/user/register

  2. Login the User POST api/user/login

  3. Get The User Get api/user/user/:id

Task Endpoints

  1. Create a Task POST api/task/addtask

  2. Get all the tasks GET api/task/alltasks

  3. Get a Specific Task by filtering with (priority/due dates) GET api/task/alltasks?priority=0

  4. Update a Task POST api/task/update_task

  5. Delete a task DELETE api/task/deltask

SubTask Endpoints

  1. Create a SubTask POST api/task/subtask

  2. Get all subtasks GET api/task/allsubtasks

  3. Get a Specifi SubTask by filtering with taskId GET api/task/allsubtasks?taskId=3

  4. Update a SubTask POST api/task/update_substask

  5. Delete a SubTask DELETE api/task/delsub_task

โฐ Cron Jobs

  1. Change Task Priority: Automatically adjusts priority based on due_date.

  2. Voice Calling using Twilio: Calls users if a task passes its due_date, prioritized based on user priority (0, 1, 2).

assessment's People

Contributors

muthu-kesavan 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.