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

https://github.com/halfzebra/catalogue-builder-challenge


https://github.com/halfzebra/catalogue-builder-challenge

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# catalogue-builder-challenge

This is a basic solution for the Catalogue Builder Challenge.

## Running locally

```bash
# create .env file with the API_HOST variable
echo API_HOST=https://replaceme >> .env

npm install

npm start
```