Skip to content
This repository was archived by the owner on Jan 2, 2023. It is now read-only.

Commit 78f47d1

Browse files
committed
Update README.md
1 parent c225ae4 commit 78f47d1

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,22 @@
1-
# Build_Backend_REST_API_with_Python_&_Django
2-
Create an advanced REST API with Python, Django REST Framework and Docker using Test Driven Development (TDD)
1+
# [Build Backend EST API with Python & Django](https://www.udemy.com/course/django-python-advanced)
2+
3+
## Create an advanced REST API with Python, Django REST Framework and Docker using Test Driven Development (TDD).
4+
5+
The advanced course on how to Build a Backend REST API using Python, Django (2.0), Django REST Framework (3.9), Docker, Travis CI, Postgres and Test Driven Development!
6+
7+
### The main goal is to built a fully functioning REST API that can handle:
8+
9+
- User authentication
10+
- Creating objects
11+
- Filtering and sorting objects
12+
- Uploading and viewing images
13+
14+
### Additional topics covered:
15+
16+
- Setup a project with Docker and Docker-Compose
17+
- Configure Travis-CI to automatically run linting and unit tests
18+
- Write unit tests using the Django Test Framework
19+
- Apply best practice principles including Test Driven Development
20+
- Handle uploading media files with Django
21+
- Customize the Django admin
22+
- Configure a Postgres database

0 commit comments

Comments
 (0)