Create a web service which will fork it's own Github repo to a user's account.
Python3.7 virtualenv make uwsgi
make vm_create
source vm/bin/activate
make pip_install
For testing run:
make flask_run
For production use uwsgi + sysd + nginx + letsencrypt or something
We need to configure settings for github creds like so:
github:
client_id: ...
client_secret: ...
In yaml format. Pass to app.py with -c or --config