Dev Startup Day 3 - Design the Database Schema & Frontend Dev
1 year agoPlanted
38 Views
Link to the Resource : Visit the Resource
I designed the database schema today, before anything else, so I have a clear understanding of the data structure, its relations, and how data will flow through the application. It's like having a blueprint before constructing a building.
This will allow us to create dummy data in the actual database, fetch those posts, and display them in the app to use when developing the frontend. That's next.