Cinema viewing info, as a REST API. A React frontend is available at rjkerrison/ciaocine-react.
To view the full website, go to www.ciaocine.com.
View showtimes as JSON:
curl --location --request GET 'https://ciaocine.herokuapp.com/api/showtimes/2022/7/6'
To understand how to use the API, please refer to the Ciaocine documentation and examples on Postman.
This application is a REST API built with Express in NodeJs, with a MongoDB backend.
It has some complex features, such as Mongo aggregations, but it is intended to remain close to the stack commonly used to teach new developers in intensive bootcamps, such as those at Ironhack and at General Assembly.
It is deployed to Heroku, a cloud deployment solution that's free for hobby projects.