https://github.com/lostmypillow/jcourses
Django Web Scraper API for NTUT courses
https://github.com/lostmypillow/jcourses
backend django django-ninja
Last synced: about 1 month ago
JSON representation
Django Web Scraper API for NTUT courses
- Host: GitHub
- URL: https://github.com/lostmypillow/jcourses
- Owner: lostmypillow
- Created: 2024-05-05T09:09:10.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T10:06:17.000Z (almost 2 years ago)
- Last Synced: 2025-01-24T09:28:04.571Z (over 1 year ago)
- Topics: backend, django, django-ninja
- Language: Python
- Homepage: https://jcourses.onrender.com/api/docs
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JCourses
## What is it?
A Django API that scrapes data from the [NTUT Course Website](https://aps.ntut.edu.tw/course/tw/course.jsp)
Demo (WIP)
[API Docs](https://jcourses.lostmypillow.duckdns.org/api/docs)
[Backup API Docs](https://jcourses.onrender.com/api/docs)
## How does it work?
## Tech Stack
- **Django** with **Django Ninja** API endpoints
- Frontend planned
## Recreate this Project
```bash
#set up a virtual environment first, then:
pip install -r requirements.txt
./manage.py runserver
#OR
gunicorn --bind 0.0.0.0:8000 jcourses.wsgi
```
## Features
- API endpoints
- Swagger
- BeautifulSoup web scraping
## Future for this Project
- Mobile App