Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.53 KB

File metadata and controls

38 lines (22 loc) · 1.53 KB

Building a REST API with Python 3

Demo code for the course "Building a REST API with Python 3" on Pluralsight.

There's a commit for each module in the course, as well as a tag:

Setup instructions

1. Install poetry

Follow the instructions at https://python-poetry.org/docs/#installation

2. Clone this repository

Check out any specific commit you like.

3. Install dependencies

Inside the project, run poetry install.

4. Run the project

The command for this is poetry run python runserver.py.

You can now view the project at http://localhost:8000

5. Test the project

For this you run poetry run pytest.