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

https://github.com/markshust/sparta


https://github.com/markshust/sparta

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Sparta
Get eCommerce done.

## Prerequisites
- Composer

## Setup

```
cp .env.dist .env
composer install
bin/setup
bin/start
```