Skip to content

AndreKendeck/just-leave-work

Repository files navigation

justleave.work Leave Management Systsem

JustLeave.work

This is a web application that allows SMMEs to record and request leave. Technologies used: 🧶 Laravel 7 (PHP) 🦭 Maria DB (Database) ⚛️ React (Frontend)

Installation

  1. Clone this repo
git clone https://github.com/AndreKendeck/just-leave-work.git justleavework
  1. Install the composer dependencies
composer install -vvv 
  1. Create an .env file
cp .env.example .env
  1. Install the JS dependencies
npm install
  1. Compile the JS and CSS
npm run-dev
  1. Run the application locally
php artisan serve

if you use valet you can just link it and run it locally

valet link && valet open

Testing

Run the artisan test 🧪 command to run the tests

php artisan test

Credits