Fridry / taskforge

Store backend with Spring Boot and +

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TaskForge - Task Management Application

TaskForge is a simple task management system built using Spring Boot.

Key Features

  • Task CRUD Operations: Add, update, and remove tasks.
  • Task Listing: View all registered tasks.

Prerequisites

  • Java 17 or higher
  • Maven

Setup and Execution

  1. Clone the repository:
    git clone https://github.com/fridry/taskforge.git
  2. Navigate to the project directory:
    cd taskforge
  3. Run the application:
    mvn spring-boot:run
  4. Access the application:
    The application will be available at http://localhost:8080

Available APIs

  • GET /api/tasks: Returns all registered tasks.
  • POST /api/tasks: Creates a new task.
  • GET /api/tasks/{id}: Returns details of a specific task.
  • PATCH /api/tasks/{id}: Partially updates task data.
  • DELETE /api/tasks/{id}: Deletes an existing task.

Contribution

Contributions are welcome! If you encounter any issues or have suggestions, please open an issue or submit a pull request.

Author

Fridry - GitHub

License

This project is licensed under the MIT License.

About

Store backend with Spring Boot and +


Languages

Language:Java 100.0%