Skip to content

A full-stack web app from scratch with PHP, JavaScript, and Docker.

Notifications You must be signed in to change notification settings

vlvalkow/bond_cinema

Repository files navigation

Bond Cinema

A cinema that plays James Bond films exclusively.

API

GET /bookings

POST /bookings

{
    "name": "John Doe",
    "film": "Skyfall",
    "datatime": "2022-10-19"
}

Installation

docker-compose build
docker-compose up

Testing

docker exec server ./vendor/bin/phpunit -c phpunit.dist.xml

About

A full-stack web app from scratch with PHP, JavaScript, and Docker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published