Roller Derby API
Overview
The Roller Derby API is a REST-based Node service providing structured access to roller derby data. It includes endpoints for organizational structure, official types, rules, and officials. The API site was designed in Sketch, and documented with an Angular client.
Highlights
- Designed API site in Sketch and implemented frontend in EJS templates with Bootstrap styling.
- Developed backend using Node with REST architecture.
- Implemented four endpoints: Structure, Official Types, Rules, and Officials.
- Documented the API with an Angular client.
Technical Details
- Endpoints: RESTful endpoints returning JSON data.
- Frontend: EJS templates for rendering; Bootstrap for styling.
- Documentation: Angular client with routes for API usage.