Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmdadl/project-todos
Connect all your team members together with real time project management system
https://github.com/ahmdadl/project-todos
alpinejs jetstream-laravel laravel livewire project-management team-platform todos userrole
Last synced: about 2 months ago
JSON representation
Connect all your team members together with real time project management system
- Host: GitHub
- URL: https://github.com/ahmdadl/project-todos
- Owner: ahmdadl
- Created: 2021-01-02T14:37:25.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-28T12:33:07.000Z (over 2 years ago)
- Last Synced: 2024-04-30T17:48:40.846Z (9 months ago)
- Topics: alpinejs, jetstream-laravel, laravel, livewire, project-management, team-platform, todos, userrole
- Language: PHP
- Homepage: http://project-features.herokuapp.com
- Size: 4.91 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Todos
Bring all your team together
---
Connect all your team members together with real time project management system## Features
- Real Time Connection (any update to a project or it`s todos will notify subscribed team members isnstantly)
- User Roles
- See All active users updating the same project.
- Category system
- Unlimited Projects
- Per Project Team (Create diffrent teams for every project)
- Unlimited Todos## Installation
### Prerequisites
- Laravel 8
- Livewire 2Clone the repository
git clone https://github.com/abo3adel/project-todos.git
Switch to the repo folder
cd project-todos
Install all the dependencies using composer and npm
composer install
npm installCopy the example env file and make the required configuration changes in the .env file
cp .env.example .env
Generate a new application key
php artisan key:generate
Run the database migrations (**Set the database connection in .env before migrating**)
php artisan migrate
Seed database with fake data
php artisan db:seedStart the local development server
php artisan serve
You can now access the server at http://localhost:8000
**TL;DR command list**
git clone https://github.com/abo3adel/project-todos.git
cd project-todos
composer install
npm install
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan db:seed
php artisan serve## Contribution
Any ideas are welcome. Feel free to submit any issues or pull requests.
## License
MIT: