This repository contains my coursework for a CSE341 Web Services class, focused on building and deploying RESTful APIs using modern backend technologies. It demonstrates core principles of server-side development, HTTP methods, routing, and data handling with JSON.
- Runtime: Node.js
- Framework: Express.js
- Package Management: PNPM
- Database: NoSQL (MongoDB)
- Version Control: Git & GitHub
- Environment Management:
.envconfiguration for API keys and secrets
This project is actively under development as part of a university-senior-level Web Services course.
- Install Git, PNPM, and Node.js
pnpm install