During my recent software engineering class (CPSC 310) me and my partner @jasonstaker created a fullstack application. We implemented RESTful apis for course, section, building, and room endpoints plus an insight query engine supporting filtering, grouping, aggregation, multi-key ordering, and validation across dataset types.
We focused on good software engineering techniques through following a agile development cycle and a Kanban board.
I leveraged agentic AI throughout the project. Mostly using Codex(OpenAI), created a agents directory for smoother context retrival of the specifications of the project.
This is now deployed through Vercel to give a demo of the project(https://310-full-stack-project.vercel.app).