Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fellipecaetano/heimdall-api
The backend Python app that mocks login API requests for the Heimdall iOS app
https://github.com/fellipecaetano/heimdall-api
flask python talk
Last synced: 8 days ago
JSON representation
The backend Python app that mocks login API requests for the Heimdall iOS app
- Host: GitHub
- URL: https://github.com/fellipecaetano/heimdall-api
- Owner: fellipecaetano
- Created: 2017-11-03T03:20:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T00:36:30.000Z (about 2 years ago)
- Last Synced: 2024-11-01T08:42:23.415Z (about 2 months ago)
- Topics: flask, python, talk
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Heimdall API
The backend Python app that mocks login API requests for the Heimdall iOS app.
## Requirements
- Python 3.6.2
## Installation
- Install the dependencies listed in `requirements.txt` using `pip`
- Run the app with `./app.py`