Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sammymwangangi/e-career

E-Career Guidance System
https://github.com/sammymwangangi/e-career

forward-chaining iq-test laravel58

Last synced: 4 days ago
JSON representation

E-Career Guidance System

Awesome Lists containing this project

README

        

## Installation
```git clone https://github.com/sammymwangangi/e-career```

```cd e-career```

```composer install```

```cp .env.example .env```

```php artisan key:generate```

## DB Configuration
### open .env file and enter your database credentials

```DB_CONNECTION=mysql```

```DB_HOST=127.0.0.1```

```DB_PORT=3306```

```DB_DATABASE=```

```DB_USERNAME=```

```DB_PASSWORD=```

```php artisan serve```