Just RESTing

Setup

Using pipenv

You can setup this project with pipenv if you want isolated libraries.

After you've installed pipenv run the following commands:

pipenv shell pipenv install

Using pip

You need to have pip installed (it should come with python by default)

Run the following command:

pip install -r requirements.txt

Running the program

After you've installed the required packages just run:

python main.py

Additional resources

GitHub - Imafikus/petnica-api-workshop at pythonawesome.com
Just RESTing. Contribute to Imafikus/petnica-api-workshop development by creating an account on GitHub.