Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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`