Nov 2, 2023
Unlike DB-first approach, I personally like to start with API-first approach since I'm a big fan of serverless architecture.
Instead of actually storing data into DB from the beginning, I first experiment with the dummy data. It allows me see what the final product would feel like early on. Later when everything is finalized, I start with DB schema and all.