Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ridemountainpig/fcu-course-search
逢甲大學課程檢索系統, FCU Course Search, course selection application for FCU students.
https://github.com/ridemountainpig/fcu-course-search
fcu flask python3 tailwind-css
Last synced: 10 days ago
JSON representation
逢甲大學課程檢索系統, FCU Course Search, course selection application for FCU students.
- Host: GitHub
- URL: https://github.com/ridemountainpig/fcu-course-search
- Owner: ridemountainpig
- Created: 2022-11-28T02:16:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-02T03:39:05.000Z (2 months ago)
- Last Synced: 2024-10-13T01:35:11.235Z (25 days ago)
- Topics: fcu, flask, python3, tailwind-css
- Language: JavaScript
- Homepage: https://fcu-course-search.zeabur.app
- Size: 23 MB
- Stars: 23
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![CleanShot 2023-08-25 at 13 05 30@2x](https://github.com/ridemountainpig/fcu-course-search/assets/92412722/19689b2f-0e16-472d-9e8d-f37f5f924d30)
# FCU Course Search
A website where FCU students can check the balance and follow the progress of their courses.
Retrieve course information from the [Feng Chia University Course Search System](https://coursesearch04.fcu.edu.tw/main.aspx?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2NzQ4ODY2Mzd9._xGurQqtZrVY1jvDCJ0O8kc6lcesLUnenpLu-VM1fZg)
## Technologies
- Python
- Flask
- Requests
- Tailwind CSS## Setup Project
```bash
# install flask
pip install flask# install requests
pip install requests# run main.py
python3 main.py
```