Skip to content

Commit 4d0823b

Browse files
committed
update learning objectives for server-database
1 parent 504b033 commit 4d0823b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

server-database/README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ Timebox: 6 days
66

77
Learning objectives:
88

9-
- Use SQL
10-
- Explain: what is a database?
11-
- Open, operate & close an sqlite3 database
12-
- Read data
13-
- Accept data over a POST request and writing it to the database
14-
- Test against stateful systems
9+
- Build a simple API server that talks JSON
10+
- Understand how a server and a database work together
11+
- Use SQL to read data from a database
12+
- Accept data over a POST request and write it to the database

0 commit comments

Comments
 (0)