Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/belsabbagh/productivity-manager-web-app
A productivity management tool built to keep track of employee utilization on department projects.
https://github.com/belsabbagh/productivity-manager-web-app
inertiajs laravel php reactjs
Last synced: 4 days ago
JSON representation
A productivity management tool built to keep track of employee utilization on department projects.
- Host: GitHub
- URL: https://github.com/belsabbagh/productivity-manager-web-app
- Owner: belsabbagh
- Created: 2022-10-06T06:38:04.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T05:14:44.000Z (over 1 year ago)
- Last Synced: 2023-11-15T18:39:20.511Z (almost 1 year ago)
- Topics: inertiajs, laravel, php, reactjs
- Language: PHP
- Homepage: https://productivity-manager-web-app.vercel.app
- Size: 18.4 MB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Productivity Manager
A productivity management tool built to keep track of employee utilization on department projects.
## Getting Started
1. copy .env.example into a new file named .env
2. run `composer install`
3. run `npm install`
4. run `php artisan key:generate`
5. run MySQL on XAMPP to host the database.
6. run `php artisan migrate`
7. run `php artisan db:seed` if you want test records
8. run `npm run dev` and `php artisan serve`