Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).