Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aminagr/laravel-dashboard-api
A backend API built with Laravel providing user authentication (Sanctum) and CRUD operations for powering dashboards.
https://github.com/aminagr/laravel-dashboard-api
backend laravel laravelapi rest-api sanctum
Last synced: about 1 month ago
JSON representation
A backend API built with Laravel providing user authentication (Sanctum) and CRUD operations for powering dashboards.
- Host: GitHub
- URL: https://github.com/aminagr/laravel-dashboard-api
- Owner: aminagr
- Created: 2024-11-22T03:37:07.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-22T03:47:11.000Z (about 1 month ago)
- Last Synced: 2024-11-22T04:24:50.939Z (about 1 month ago)
- Topics: backend, laravel, laravelapi, rest-api, sanctum
- Language: PHP
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dashboard API - Laravel
## Description
This project is a **REST API** built with **Laravel** for a modern **dashboard** application. This API is designed to handle authentication, data management, and serve the necessary endpoints for interacting with the [**React and Tailwind CSS** front-end dashboard.](https://github.com/aminagr/react-tailwind-dashboard-template)
Key features include:
- **Authentication with Sanctum**: Secure user authentication using Laravel Sanctum for token-based authentication.
- **CRUD Operations**: Provides RESTful endpoints for managing dashboard data.
- **Integration with React Dashboard**: Designed to work seamlessly with the front-end React dashboard template found in [react-tailwind-dashboard-template](https://github.com/aminagr/react-tailwind-dashboard-template).