API Client

Rest-Rant API · Originally Express + PostgreSQL + Sequelize + bcrypt

OriginalEnhanced

Restaurant review backend. CRUD on places, threaded comments, signup/login auth. Same monorepo as the Rest-Rant SPA card on the landing globe — the original Express server packaged the frontend + the API together. The museum carve-out applies: writes (including signup/login) require GitHub sign-in, and project-level users are locked to museum identities via museum_user_id FK.

  • Open the Rest-Rant frontend

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