Skip to content

Eliory09/theScene

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movies search engine.

Table Of Content

Introduction

theScene is a movie serach engine, using OMDb. This site was built as an experiment of using OMDb API.

Technologies

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.

Usage

  1. Clone theScene into your system.
git clone https://github.com/Eliory09/theScene.git
  1. Create a virtual enviroment and activate it.
python -m venv .venv
source .venv/bin/activate
  1. Use the package manager pip to install the required packages.
pip install -r requirements.txt
  1. To run the server locally, run the following command on terminal:
flask run

Screenshots

Main page:

Search page:

About

Movie search website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published