Skip to content

Commit d9bfede

Browse files
committed
Add tutorial and requirements to index.md
A new tutorial was added to the main documentation page, it covers the goal and the requirements for setting up the Music API. DRF and Django are introduced as the main tools in this tutorial, replacing the sequence diagram.
1 parent 8d2a67a commit d9bfede

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/index.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,20 @@
22

33
## Summary
44

5+
The goal of this tutorial is for you to have Music API ready to receive songs, albums, and artists. While you learn [Django](https://www.djangoproject.com/) and [Django Rest Framework a.k.a DRF](https://www.django-rest-framework.org/) to build you first API
6+
7+
Requirements list:
8+
1. Python 3
9+
2. Git
10+
3.
11+
512
- **Total Duration:** 3 hours 30 minutes
613
- **Lecture:** 1 hour (approximately 30%)
714
- **Exercises:** 2 hours 30 minutes (approximately 70%)
815

916

1017
[Presentation slides](https://docs.google.com/presentation/d/1Ajv9MYQQ011_Y4r1W4I6Y-6XP_faFF0317Zkn2XupMw/edit?usp=sharing) 📊
1118

12-
```mermaid
13-
sequenceDiagram
14-
Alice ->> Bob: Hello Bob, how are you?
15-
```
16-
1719

1820
## Introduction and Overview
1921

0 commit comments

Comments
 (0)