Skip to content

Commit 504b033

Browse files
committed
server-database scaffolding
1 parent 8a347e5 commit 504b033

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

server-database/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# API, file-server and database
2+
3+
In this project, you'll build another server with simple API that serves data from JSON files, then convert the backend read from a Postgres database, serving data for the API. You'll then turn off the database and learn how to handle errors correctly.
4+
5+
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

0 commit comments

Comments
 (0)