task_wave_backend

Backend REST API for TaskWave

MIT License

Stars
0
Committers
1

TaskWave Backend

This is the backend for the TaskWave project, a RESTful API designed to manage tasks efficiently. It allows users to create, read, update, and delete tasks, providing a solid foundation for task management applications. The API is built using PHP and MySQL.

Frontend Project For the frontend implementation of TaskWave, please visit the TaskWave Frontend Repository.

Index

⚙️ Installation

  1. Clone the repository
git clone https://github.com/luka-lta/task-wave-frontend.git

Install dependencies

composer install
  1. Build the docker container
docker-compose up -d

Features

  • User authentication
  • User registration
  • User management
  • Task creation
  • Task update
  • Task deletion
  • Task retrieval
  • Category creation
  • Category update
  • Category deletion
  • Category retrieval

🖥️ Technologies

  • PHP (8.2)
  • MySQL
  • Docker Compose
  • Composer
  • JSON Web Tokens (JWT)