1. Determine how to send json data in springboot 2. Once determined, setup the tasks model 2. Once the model has been setup, try to figure out how to connect to the database 2. After that, create the routes and controllers for a simple crud - Create task - create method - Update Task - update method - View task - - View all task - index method - Delete task - destroy method