Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 678 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 678 Bytes

A website for score analysis


Deployed to: https://groupwork.rocknstone.top/groupwork/grades

Pushing to main branch will trigger a redeploy of the server using github actions and webhook, so changes can be seen in realtime.

You can manually trigger redeploy by visiting: http://groupwork.rocknstone.top:9000/hooks/75c04a03-a33a-4468-a44a-4f406cd5ca78

  • backend: backend code (python + flask)
  • frontend:
    • js/
      • main.js (for common js code using in every page.)
      • index.js (for dedicate js code using in a given page.)
      • xxx.js
    • css/
      • main.css (for common css style using in every page.)
      • index.css
      • xxx.css
    • index.html
    • xxx.html