Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 745 Bytes

File metadata and controls

9 lines (5 loc) · 745 Bytes

Synopsis

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).