Closed jackstenglein closed 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.
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.
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.