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
- Host: GitHub
- URL: https://github.com/digitalinteraction/in-her-shoes
- Owner: digitalinteraction
- License: mit
- Created: 2019-02-06T13:57:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-06T14:07:38.000Z (over 7 years ago)
- Last Synced: 2025-10-12T04:36:50.459Z (9 months ago)
- Language: TypeScript
- Size: 130 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```