co-cddo / recipe-app-api-devops-training

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recipe App API DevOps Starting Point

Source code for my Udemy course Build a Backend REST API with Python & Django - Advanced.

The course teaches how to build a fully functioning REST API using:

  • Python
  • Django / Django-REST-Framework
  • Docker / Docker-Compose
  • Test Driven Development

Getting started

To start project, run:

docker-compose up

The API will then be available at http://127.0.0.1:8000

About

License:MIT License


Languages

Language:Python 98.2%Language:Dockerfile 1.4%Language:Shell 0.4%