Skip to content

Commit 20aac11

Browse files
authored
Merge pull request #3434 from micpob/patch-24
Uniform text with the rest of the course
2 parents 1820cc5 + 7a8b82b commit 20aac11

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/content/13/en/part13a.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -594,17 +594,17 @@ app.post('/api/notes', async (req, res) => {
594594

595595
<div class="tasks">
596596

597-
### Tasks 13.1.-13.3.
597+
### Exercises 13.1.-13.3.
598598

599599
In the tasks of this section, we will build a blog application backend similar to the tasks in [section 4](/en/part4), which should be compatible with the frontend in [section 5](/en/part5) except for error handling. We will also add various features to the backend that the frontend in section 5 will not know how to use.
600600

601-
#### Task 13.1.
601+
#### Exercise 13.1.
602602

603603
Create a GitHub repository for the application and create a new Fly.io or Heroku application for it, as well as a Postgres database. As mentioned [here](/en/part13/using_relational_databases_with_sequelize#application-database) you might set up your database also somewhere else, and in that case the Fly.io of Heroku app is not needed.
604604

605605
Make sure you are able to establish a connection to the application database.
606606

607-
#### Task 13.2.
607+
#### Exercise 13.2.
608608

609609
On the command-line, create a <i>blogs</i> table for the application with the following columns:
610610
- id (unique, incrementing id)
@@ -846,9 +846,9 @@ The print looks like the following:
846846

847847
<div class="tasks">
848848

849-
### Task 13.4.
849+
### Exercise 13.4.
850850

851-
#### Task 13.4.
851+
#### Exercise 13.4.
852852

853853
Transform your application into a web application that supports the following operations
854854

0 commit comments

Comments
 (0)