⛵ The web application to redirect from old domain
- Python
$(cat .python-version)
- aiohttp - Server-side framework
$ python -m venv venv
$ . venv/bin/activate
$ pip install -r requirements.txt
$ python app.py
$ pip install -r requirements-dev.txt
$ pytest
$ heroku create your-app-name
$ heroku addons:create heroku-redis:hobby-dev
$ heroku buildpacks:add https://github.com/heroku/heroku-buildpack-multi.git
$ git push heroku master
MIT © Emoji Generator