Back to Home
Dexter376 icon

task-manager

Verified Safe

by Dexter376

Overview

A simple task management backend API that allows users to create, read, update, and delete tasks and categories, with user authentication.

Installation

Run Command
php artisan serve

Environment Variables

  • DB_CONNECTION
  • DB_HOST
  • DB_PORT
  • DB_DATABASE
  • DB_USERNAME
  • DB_PASSWORD
  • APP_KEY

Security Notes

The application uses Laravel's built-in authentication (Sanctum) and form request validation for API endpoints, which are standard and robust security practices. No direct use of dangerous functions like 'eval()' or obvious hardcoded secrets were found in the provided code snippets. A full security audit would require a more extensive review of the entire codebase and dependency tree.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens200
Stars0
Forks0
Last Update2026-01-19

Tags

task managementRESTful APILaravelPHPPostgreSQL