Setup:
- Download python
- Use git bash to clone the repo
- Clone the gihub repo
- in git bash: git clone https://github.com/Primdahl26/Mahalo
- Setup and activate virtualenv:
- in git bash: python -m venv venv
- in git bash: source venv/Scripts/activate
first command creates virtual env and second enables
- Install the requirments using git bash
- in git bash: pip install -r req.txt
- Finally run the application
- in git bash: python run.py
- You can now connect to the wesite on your localhost:
IMPORTANT!
- To run the app - create a .env file containing the API key in the following format:
THE_MOVIE_DB_API_KEY={API_KEY}