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

https://github.com/matfish2/uniled-part2


https://github.com/matfish2/uniled-part2

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Installation

```
git clone https://github.com/matfish2/uniled-part2.git
cd uniled-part2
```

In your `.env` file set database and mail credentials (or set `MAIL_DRIVER=log`)

Install laravel and migrate the database:

```
composer install
php artisan migrate
```

Compile Sass files:

```
npm install
npm run dev
```