danknessdra / RateMyProfessors.help

The RateMyProfessor helper to help find the best professors for your courses
https://ratemyprofessors.help
MIT License
2 stars 1 forks source link

javascript in a different file #2

Closed yuuwe-n closed 2 years ago

yuuwe-n commented 2 years ago

we should have javascript be in a different file to be called by go lang. for some reason it does not work being called. I will try this in another branch: https://stackoverflow.com/questions/28983221/go-html-file-cant-load-external-js-file

yuuwe-n commented 2 years ago

implmenting http with httprouter since we are having trouble with go's inbuild net/http. it will also smooth our import for resources.

also i found out that we needed to add file server access to log.fatal, but website didnt load, so I am gonna go with this instead