DEV Community

Discussion on: Mistakes Made When Making a FullStack web app

Collapse
 
bramburn profile image
Bhavesh Ramburn

I agree with point 1, 3 ,and 4.
I would say it takes 1-2 years to build a solid application with everything from unit test to deployment (CI/CD), etc....

You should read clean architecture.

Collapse
 
sobhandash profile image
Sobhan Dash

Well it was a project for educational purposes. So it doesn't really have to scale that high. But I agree, it definitely needs time to get everything into a structure.
And thanks for the suggestion. I will definitely read it.