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

https://github.com/devxarif/skillmastary

SkillMastary - Learning Management System
https://github.com/devxarif/skillmastary

Last synced: 4 months ago
JSON representation

SkillMastary - Learning Management System

Awesome Lists containing this project

README

          

## Setup
```bash
# Clone the repo
git clone https://github.com/devboyarif/leave-management-system.git

# Install composer dependency
composer install

# Install node modules
npm install / yarn

# Copy environment file
cp .env.example .env

# Set the Application key
php artisan key:generate

# setup the database credentials and migrate database with seeders
php artisan migrate --seed

```