Skip to content

utsavgadhiya/imdb-movie-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

imdb-movie-service

A basic service which gets movie details from imdb through 3rd API party intergration, made with flask

Clone or Download

you can directly download zip file or you can clone this repo. for clone the repo, make sure you installed git bash on your system and then follow below commands

$ git clone https://github.com/utsavgadhiya/imdb-movie-service.git

Setup virtual environment

$ cd imdb-movie-service
$ virtualenv venv
$ cd venv/Scripts
$ activate
$ cd ../..

Install required dependencies

$ pip install -r requirements.txt

Start development server

$ flask run app.py
  • Open http://localhost:5000/

  • Use cURLS.txt inside src/ for testing.

  • Don't forget to add your API-key in config.py file

About

A basic service which gets movie details from imdb through third party API intergration, made with flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages