A Django API that scrapes data from the NTUT Course Website
Demo (WIP)
- Django with Django Ninja API endpoints
- Frontend planned
#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
- API endpoints
- Swagger
- BeautifulSoup web scraping
- Mobile App