Skip to content

Primdahl26/Mahalo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mahalo

Setup:

  1. Download python
  2. Use git bash to clone the repo
  3. Clone the gihub repo
  1. 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

  1. Install the requirments using git bash
  • in git bash: pip install -r req.txt
  1. Finally run the application
  • in git bash: python run.py
  1. 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}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors