Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 308 Bytes

CONTRIBUTIONS.md

File metadata and controls

13 lines (9 loc) · 308 Bytes

Interview Test Server

If you'd like to contribute or make any updates, please submit a Pull Request to this repo.

Local Development

To run it locally for development purposes, it runs like a typical flask app:

export FLASK_APP=app:app
flask run [--reload]
# navigate to 127.0.0.1:5001