Skip to content

coomsy/example_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example_api

For individuals that need help working with apis

Run following commands to get start

# windows
python -m venv learning_env
# mac/linux
python3 -m venv learning_env

# Windows
.\learning_env\Scripts\activate 
# Mac/Linux
source learning_env/bin/activate

pip3 install -r requirements.txt

# Windows
python main.py
# Mac/Linux
python3 main.py


# to stop 
# CTRL + C

About

For individuals that need help working with apis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published