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

https://github.com/digitalinteraction/in-her-shoes

In Her Shoes API
https://github.com/digitalinteraction/in-her-shoes

Last synced: 9 months ago
JSON representation

In Her Shoes API

Awesome Lists containing this project

README

          

# In Her Shoes API
> An API for the In Her Shoes project.

## Setup
Create a `.env` file and complete the following:
```
SECRET=
DEBUG=
GEOCODE=
```

The run `docker-compose up --build` to start the API

## TEST
Run:
```
npm run test
```