Skip to content

ms-tutorials/apis-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro To APIs

Set up project

  • Create a .secrets folder and add a creds.json file in the folder
  • Add your TMDB api key in the creds.json file, i.e:
echo '{ "key": "API KEY"}' >> creds.json #Replace API KEY with actual key
  • Create a virtual environment python -m venv venv

  • Activate the virtual environment:

source venv/bin/activate #Linux
source venv/Scripts/activate #Windows
  • Install dependencies pip install -r requirements.txt

Run Project

  • Run the run.py file

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages