Skip to content

Commit 0c7b732

Browse files
Create README.md
1 parent 2c04de3 commit 0c7b732

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# End project for Developing RESTful APIs with Django REST Framework course
2+
3+
This is how the project should looks like at then of the [Developing RESTful APIs with Django REST Framework](https://testdriven.io/courses/django-rest-framework/) course.
4+
5+
To see it in browser, run:
6+
```shell
7+
uv run python manage.py migrate
8+
uv run python manage.py runserver
9+
```

0 commit comments

Comments
 (0)