This repository contains a Laravel project for a Warehouse Management System (MCARE).
To get started with this project, follow these steps:
Make sure you have the following installed on your local machine:
- git clone repository_url
- cd project-directory
- composer install
- cp .env.example .env
- php artisan key:generate
- php artisan migrate
- php artisan serve