Skip to content

mabdusshakur/TaskAPI

Repository files navigation

Task Management API

A simple RESTful API built with Laravel for managing tasks with user authentication. This API provides endpoints for auth and task operations.

Features

User Authentication

  • User registration, login, logout, and profile

Task Management

  • CRUD operations for tasks

Installation

  1. Clone the repository
git clone https://github.com/mabdusshakur/TaskAPI.git
  1. Install dependencies
composer install
  1. Copy environment file and configure your database
cp .env.example .env
  1. Generate application key
php artisan key:generate
  1. Run migrations
php artisan migrate
  1. Start the server
php artisan serve

Technologies Used

  • Laravel 12
  • Laravel Sanctum for authentication
  • PHP 8.2+

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A simple RESTful API built with Laravel for managing tasks with user authentication. This API provides endpoints for auth and task operations.

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages