Movies search engine.
theScene is a movie serach engine, using OMDb. This site was built as an experiment of using OMDb API.
The project was built using:
- Python 3.7.6 and Flask web framework.
- HTML
- CSS
- OMDb API
- JavaScript
Server is hosted on Heroku cloud application platform.
- Clone theScene into your system.
git clone https://github.com/Eliory09/theScene.git- Create a virtual enviroment and activate it.
python -m venv .venv
source .venv/bin/activate- Use the package manager pip to install the required packages.
pip install -r requirements.txt- To run the server locally, run the following command on terminal:
flask run


