googleinterns / play-movies-2020-intern

Apache License 2.0
1 stars 1 forks source link

Add account endpoints to the server #35

Closed jackstenglein closed 4 years ago

jackstenglein commented 4 years ago

Adds the GET /accounts and POST /accounts endpoints to the server, as well as tests for both endpoints. The account data is stored in an in-memory database that is cleared every time the server restarts.

jackstenglein commented 4 years ago

For now, the in-memory database will be the design going forward. If I have time after finishing other parts of the project, I will change this.