Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrsahuashish/laravel11-react-project-management-app
Create dynamic and responsive single-page applications (SPAs) using the powerful combination of Laravel 11 and React. Dive into hands-on experience as you construct a sleek and efficient project management website, mastering key concepts in web development along the way.
https://github.com/mrsahuashish/laravel11-react-project-management-app
laravel8 php8 reactjs tailwaindcss
Last synced: 1 day ago
JSON representation
Create dynamic and responsive single-page applications (SPAs) using the powerful combination of Laravel 11 and React. Dive into hands-on experience as you construct a sleek and efficient project management website, mastering key concepts in web development along the way.
- Host: GitHub
- URL: https://github.com/mrsahuashish/laravel11-react-project-management-app
- Owner: mrsahuashish
- Created: 2024-04-27T11:18:27.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-23T17:54:27.000Z (8 months ago)
- Last Synced: 2024-10-11T11:21:09.279Z (3 months ago)
- Topics: laravel8, php8, reactjs, tailwaindcss
- Language: JavaScript
- Homepage:
- Size: 218 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Laravel 11 + React SPA Project
A simple project management application using Laravel 11 and React.## Features
1. Registration & Login
2. Projects CRUD with sorting, filtering and pagination
3. Tasks CRUD with sorting, filtering and pagination
4. Create Tasks inside project
5. Show all tasks or show tasks for a specific project
6. Assign users to tasks
7. View Tasks assigned to me
8. Show dashboard with overview information## Installation
1. Clone the project
2. Navigate to the project's root directory using terminal
3. Create `.env` file - `cp .env.example .env`
4. Execute `composer install`
5. Execute `npm install`
6. Set application key - `php artisan key:generate --ansi`
7. Execute migrations and seed data - `php artisan migrate --seed`
8. Start vite server - `npm run dev`
9. Start Artisan server - `php artisan serve`## Demo
Coming soon...