Task Building

July 30, 2023

Tasks

After defining the problem to solve, we need to create some high level overview of the components and tasks. Creating some git repos, finding a hosting service, DB service and connecting these components would be a good first step…so I’m thinking the following:

  • mongoDB atlas
  • clerk for auth
  • nextjs for the server
  • render.com to host (haven’t tried this one, but looks good)
  • github for code

Here is a simple view of the components in action: High level

Here is a starter list of the tasks needed: Tasks

Next up: DB schema and some wire-frame views of the front end.