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

https://github.com/litstack/demo

Litstack demo project.
https://github.com/litstack/demo

Last synced: 2 months ago
JSON representation

Litstack demo project.

Awesome Lists containing this project

README

        



# Litstack Demo

A demo application to illustrate how litstack works. The online version can be found under [demo.litstack.io](https://demo.litstack.io).

## Installation

Clone the repository:

```shell
git clone https://github.com/litstack/demo.git && cd demo
```

Copy the `.env.example` file:

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

Setup a connection to an existing database and run the seeder via artisan:

```shell
php artisan demo:install
```