ManageIt is a CRUD web application for managing employees efficiently. It allows you to add, edit, delete, and organize employees with an interactive dashboard.
-
Clone the repository:
git clone https://github.com/yourusername/manageit.git cd manageit -
Install dependencies:
composer install npm install
-
Copy the environment file and configure it:
cp .env.example .env
Edit
.envand set up your database connection. -
Generate the application key:
php artisan key:generate
-
Run database migrations:
php artisan migrate
-
Start the development server:
php artisan serve
- Open
http://127.0.0.1:8000in your browser. - Register or log in to access the dashboard.
- Manage employees with an intuitive interface.
Feel free to fork the project and submit pull requests.
This project is licensed under the MIT License.