We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504b033 commit 4d0823bCopy full SHA for 4d0823b
server-database/README.md
@@ -6,9 +6,7 @@ Timebox: 6 days
6
7
Learning objectives:
8
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
+- Build a simple API server that talks JSON
+- Understand how a server and a database work together
+- Use SQL to read data from a database
+- Accept data over a POST request and write it to the database
0 commit comments