Skip to content

syrnikk/planets-flask-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Planets flask app

This is simple multiple-page application about planets with animation in canvas.

Installation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors