Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.
/ web-redirector Public archive

⛵ The web application to redirect from old domain

License

Notifications You must be signed in to change notification settings

emoji-gen/web-redirector

Repository files navigation

301 Moved Permanently

CircleCI License

⛵ The web application to redirect from old domain


© tsuneo/123RF.COM

Requirements

  • Python $(cat .python-version)

Libraries

Getting started

$ python -m venv venv
$ . venv/bin/activate
$ pip install -r requirements.txt
$ python app.py

Test

$ pip install -r requirements-dev.txt
$ pytest

Publish

Requirements

Commands

$ 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

License

MIT © Emoji Generator