From f66b1e460c8bd91755571721a2847f2d2ef994a7 Mon Sep 17 00:00:00 2001 From: Johnny <47119111+lostmypillow@users.noreply.github.com> Date: Thu, 8 Aug 2024 16:51:00 +0800 Subject: [PATCH] Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7f471ad..11e5243 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,18 @@ # JCourses -A Django web app that scrapes data from the [NTUT Course Website](https://aps.ntut.edu.tw/course/tw/course.jsp), complete with: -- **Django Ninja** API endpoints -- **NextJS(React)** frontend (might switch to a Vue SPA or even an HTMX frontend) +## What is it? +A Django API that scrapes data from the [NTUT Course Website](https://aps.ntut.edu.tw/course/tw/course.jsp), complete with: -[Demo(Planned)](https://jcourses.lostmypillow.duckdns.org) +Demo (WIP) [API Docs](https://jcourses.lostmypillow.duckdns.org/api/docs) +[Backup API Docs]() +## How does it work? ## Tech Stack -**Django** with **Django Ninja** -Frontend in **NextJS (React)** + - **Django** with **Django Ninja** API endpoints + - Frontend planned ## Recreate this Project