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

https://github.com/2enter/project-starter-v2


https://github.com/2enter/project-starter-v2

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

### Installation

```sh
git clone https://github.com/2enter/project-starter-v2

rm -rf .git

cp .env.example .env
```

### Database Setup

```sh
# In the root directory
dbmate up
```