Access movie information effortlessly with my free API!". This API gives you access to more than 50 movies.
I leveraged the Selenium framework to perform web scraping operations.
Clone the repo
git clone https://github.com/raykipkorir/movies-api.git
Navigate into movies-api directory
cd movies-api
Create virtual environment
virtualenv venv
Activate virutal environment
- Windows
\venv\Scripts\activate
- Linux
source venv/bin/activate
Install the dependencies
pip install -r requirements.txt
Run server
uvicorn app.main:app --reload
N/B -> Make sure you create environment variables shown in .env.example
You are welcome to fork the project and make contributions.
Any minor contribution would be greatly appreciated.