This is simple multiple-page application about planets with animation in canvas.
- Checkout the project
$ git clone https://github.com/syrnikk/planets-flask-app.git - Create a virtual environment with virtualenv module:
$ cd flask-project-example
$ python3 -m venv .venv- After, active the virtual environment and install the requirements of project:
$ source .venv/bin/activate
(venv)$ pip install -r requirements.txt- Run the application:
$ python3 app.py