API Client

Music Tour API · Originally Express + PostgreSQL + Sequelize

OriginalEnhanced

REST API for music tour management — bands, events, stages, and the cross-references between them. Mirrors the UNLV exercise's three controllers verbatim: lookups go by NAME, mutations go by integer ID, and the GET-by-name responses include the nested join data the source's Sequelize `include` chain produced.

Live endpoints backed by a real database.

Bands, events, stages — source-faithful CRUD.

Book inventory CRUD + the admin HTML served alongside.

Restaurant reviews, threaded comments, museum-gated auth.

Vulnerable + safe SQL queries against a real database.

/api/music-tour
•
/api/admin-portal
•
/api/rest-rant
•
/api/sql-demo
/api/music-tour
/api/admin-portal
/api/rest-rant
/api/sql-demo
Response
Select an endpoint from the left, then click Send