Skip to content

kyureekim/CancerPrediction_Web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

CancerPrediction_Web

Web page & Server

Settings

$sudo apt-get install python3.6
$sudo apt install python3-venv
$cd [project name]
$python3 -m venv [venv]
$source [venv]/bin/activate
$pip3 install Flask

PROJECT STRUCTURE

< PROJECT ROOT >
   |  
   |-- static/ 
   |    |-- <css, JS, images>  
   |         
   |-- templates/                                # base page for main page
   |    |-- layouts/
   |    |    |-- base.html
   |    |
   |    |-- side/                     
   |    |    |-- navigation.html                  
   |    |    |-- sidebar.html          
   |    |    |-- footer.html           
   |    |    |-- scripts.html 
   |    |    
   |    |-- index.html                                                
   |
   |-- requirements.txt          
   |-- .env                      # Inject Configuration via Environment
   |-- config.py                 # Set up the app
   |-- run.py                    

About

Web page & Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 53.0%
  • HTML 38.4%
  • JavaScript 8.4%
  • Python 0.2%