Skip to content

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

Notifications You must be signed in to change notification settings

codesensei-courses/python_3_rest_api

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published