Skip to content

wei6bin/docker-in-aws-todobackend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker in AWS Todobackend Sample Application

This repository provides a sample application based upon the Todo-backend project.

curl localhost:8000/todos | jq curl -X PATCH -H "Content-Type: application/json" localhost:8000/todos/2 -d '{"completed": true}'

-- testing the sample application locally pip3 install -r requirements_test.txt --user

python3 manage.py test --settings todobackend.settings_test

docker build --target test -t todobackend-test .

About

REST API for Todo Items using Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.9%
  • Dockerfile 5.1%