Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 313 Bytes

ideas.md

File metadata and controls

9 lines (6 loc) · 313 Bytes

Track TODOs and ideas for changes.

  1. Learn how to run mysql on docker and add a docker compose script which turns up the sql server and the app.

  2. Install and run a local mysql server [done]

  3. Connect the app to this server

  4. Create a user database

  5. Expose an API to add and get users from this database