Skip to content

rjkerrison/ciaocine

Repository files navigation

ciaocine

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.

Example

View showtimes as JSON:

curl --location --request GET 'https://ciaocine.herokuapp.com/api/showtimes/2022/7/6'

Documentation

To understand how to use the API, please refer to the Ciaocine documentation and examples on Postman.

Architecture

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.

About

Cinema viewing info, in an express app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published