Skip to content

Imafikus/petnica-api-workshop

Repository files navigation

petnica-api-workshop

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

Releases

No releases published

Packages

No packages published

Languages