Skip to content

dfamonteiro/FEUP-exams-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploying the website on your computer

  1. Change your working directory to the root of this project in your computer
  2. Run this command
    python3 -m http.server 8080
    
  3. Open a web browser at localhost:8080

Updating the exams' data

  1. Change your working directory to the root of this project in your computer
  2. Run this command
    python3 update_data.py -cue -vv
    
  3. Drink a glass of water (the update script takes 10 minutes, more or less (depends on the state of feupy's cache))

Acknowledgements

Disclaimer

If you think that the Javascipt code at main.js is some of the worst code you have ever seen, you may be correct. I think I'm going to use the "didn't even know Javascript a week ago" excuse :)