Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rufaidulk/duck
project management software
https://github.com/rufaidulk/duck
laravel php7 project-management
Last synced: about 2 months ago
JSON representation
project management software
- Host: GitHub
- URL: https://github.com/rufaidulk/duck
- Owner: rufaidulk
- Created: 2020-04-27T03:45:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T19:51:42.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T11:26:47.428Z (almost 2 years ago)
- Topics: laravel, php7, project-management
- Language: Less
- Size: 3.92 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
Simple project management application with chat.
Chat websocket source code: [https://github.com/rufaidulk/duck-chat](https://github.com/rufaidulk/duck-chat)## Project Setup
- Clone the repository
- Copy .env.example file to .env and edit database credentials there
- Run ``composer install``
- Run ``php artisan key:generate``
- Run ``php artisan migrate --seed`` remove ``--seed`` option if you don't want test data in DB