Develop CRUD functionality
CRUD:
- Create
- Read
- Update
- Delete
This is all you need to build anything from a Todo app to the most complex web interface you've ever seen. Sure, there are nuances in how exactly you develop your app's CRUD functionality, but the concepts are the same.
By the end of this lesson, you will be able to interact with the application and even persist data — as long as you don't restart the server :-).