This application allows you to chose a movie you would like to watch, and buy the ticket.
- the user is able to view a list of available movies in that the Flatdjango theatre is offering.
- The user is able to see the available number of tickets for each movie.
- the user is able to buy tickets for a film of choice.
- Visual Studio Code.
- Live server extension.
- json-server packages installed
- npm
- Browser(Chrome or any other Chromium based Browser)
To get the code..
- Got to the following github repository to access the files.
https://github.com/Sirumba/Flatdjango/
-
Fork and Clone the repository above to your local computer.
-
Move to the folder where you cloned the files and install requirements and make sure you are in the below directory:
cd Flatacuties-week2/
- Open the folder in
VS Code
using the command
code .
- Before running the application
- The following command will activate the backend before testing the application. You can run the following command in the terminal inside the
VS Code
json-server --watch db.json
- Running the application
- right click on the index.html file and run using Live Server to open the application in your web browser
- Open the application on your browser:
http://127.0.0.1:5502/
You can now interact with the application and make the necessary operations
- HTML5
- Javascript
- [CSS]
Project contributed to by: Simon Sirumba Maina
This project is licensed under the ISC licence