Skip to content

Commit

Permalink
specify API
Browse files Browse the repository at this point in the history
  • Loading branch information
Lian Li committed Sep 7, 2018
1 parent fea5075 commit c8c21bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ All your changes should be made in a **private** fork of this repository. When y
In the root of this project you'll find a csv-file with passenger data from the Titanic. Create a database and fill it with the given data. SQL or NoSQL is your choice.

### 2. Create an API
Create an API that allows reading & writing (maybe even updating & deleting) data from your database.
Create an HTTP-API (e.g. REST) that allows reading & writing (maybe even updating & deleting) data from your database.
Tech stack and language are your choice.

### 3. Dockerize
Expand Down

0 comments on commit c8c21bc

Please sign in to comment.