|
|
|
|
|
by romanhn
860 days ago
|
|
Start with a most basic model - 1-2 tables ideally. Build a basic backend to handle this data. Now build a basic frontend to display it. You now have version 0.0000..1 of your project! Now start adding complexity one bit at a time. Avoid the temptation to boil the ocean and come up with all the requirements upfront. Embrace the MVP life, and iterate, iterate, iterate. |
|