Skip to content

A proof of concept app of an “Online Movies Store” from where users can perform all the base actions in order to search and rent/book and pay an online movie ”Title”. When the user purchase a “Title” he/she can play the movie as many times as he/she wants and the charge is based on a per day fee. Use cases: User can get a list of all available m…

Notifications You must be signed in to change notification settings

Arispilianidis/Online-movies-rent-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

pip install -r requirements.txt

Run server

Run python file website_main.py

Suggestions

Better use Postman software to send post request to the server ( see Deus_ex.postman_collection.json)

Testing

I couldnt make pytest to work to create the unit tests, because the code required a logged in user, so i created some basic tests with Postman software. The code is inside the Tests tab, when opening an HTTP request from the Postman collection. The tests do not provide 100% code coverage, they were only used as proof of concept.

About

A proof of concept app of an “Online Movies Store” from where users can perform all the base actions in order to search and rent/book and pay an online movie ”Title”. When the user purchase a “Title” he/she can play the movie as many times as he/she wants and the charge is based on a per day fee. Use cases: User can get a list of all available m…

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages