Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 627 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 627 Bytes

moviez-backend

A microservice responsible for receiving registered patron/moviegoer, adding genres, list of movies, and finding interested subscribers to a movie during SMS broadcasting

4 endpoints

  1. http://localhost/moviez/index.php/Genres
name - CRUD
  1. http://localhost/moviez/index.php/Registration
name, dob, phone, email, genres - (Push only)
  1. http://localhost/moviez/index.php/Movies
date, time, name, starring, genres, rating, description - CRUD

(token involved)
  1. http://localhost/moviez/index.php/Broadcast
movie (push only)

(token involved)