No description
Find a file
2025-12-05 05:07:51 +01:00
api Fixed edit handler 2025-12-03 16:18:32 +01:00
db courseCode / course_code -> code 2025-12-03 16:10:11 +01:00
frontend patched 2025-12-05 05:07:51 +01:00
.gitignore Moved to frontend folder and fixed build issues 2025-11-28 09:35:59 +01:00
docker-compose.yml Fixed env issue 2025-12-02 10:02:00 +01:00
Readme.md exam-api -> studentbee-api 2025-11-16 21:41:12 +01:00

studentbee

Website to practice for exams written in Nextjs, TypeScript and Tailwind. This website is a complete implementation of a card based learning website with all functionality implemented. In theory this website could be put in production and work out of the box.

Building

To start the frontend run docker compose up --build. This will start the website on port 3000, and the api on port 8080. The secrets required are detailed on the wiki (will be added here later).