Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```