Giter Site home page Giter Site logo

tasksmanager's Introduction

Task Management System

This project is a backend canister based on Interner Computer developed using TypeScript and the Azle framework. It serves as a task management system where users can create tasks, update their status, and delete them.

Features

  • Create Tasks: Users can create new tasks by providing a title, description, and status.
  • Update Task Status: Tasks can be updated to reflect their status, such as "pending", "in-progress", or "complete".
  • Delete Tasks: Users have the ability to delete tasks that are no longer needed.
  • Simple REST API: The system provides a simple REST API for managing tasks, making it easy to integrate with frontend or other systems.

Technologies Used

  • TypeScript: The project is written in TypeScript, providing type safety and enhanced developer experience.
  • Azle Framework: Azle is used to handle HTTP requests and provide routing for the backend services.
  • Node.js and Express: The backend server is built using Node.js with Express.js for handling HTTP requests and middleware.

Getting Started

To get started with the project, follow these steps:

  1. Clone the repository to your local machine.
  2. Install dependencies using npm install.
  3. Build the project using npm run build.
  4. Start the server using npm start.

Usage

Once the server is running, you can use the provided REST API endpoints to manage tasks:

  • GET /tasks: Retrieve all tasks.
  • POST /tasks: Create a new task.
  • PUT /tasks/:id: Update the status of a task with the given ID.
  • DELETE /tasks/:id: Delete the task with the given ID.

Contribution

Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.

Contact

For any inquiries or feedback, you can reach out to Chalolowa at [email protected].

tasksmanager's People

Contributors

chalolowa avatar coolestnick 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.