Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 611 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 611 Bytes

LAB - Class 31

Project: Django REST Framework & Docker

Author: Christopher Yamas

Project Description

A project that uses Django REST Framework to create an API, then “containerizes” it with Docker.

Setup

With this repo, Python3, and Docker installed on your local machine, while in root directory run terminal command pip install -r requirements.txt.

To runserver locally for the Parks API, run command docker compose up while in root directory.

Tests

Tests are contained in the parks/tests.py file.

They can be run in the terminal with command python manage.py test.