DEV Community

Discussion on: Lessons I learned from my first fullstack project

Collapse
 
rikeshmm profile image
Rikesh Makwana

Hey Soumyajit I'm looking forward to know about the application. As a beginner node developer I did face similar issues and would love to share some of my thoughts that could be of some help.

  1. It's important to have a good node js file structure as in the future as the application scales it will get hard to maintain.
  2. Use a ORM to manage the database.
Collapse
 
lightbook profile image
Soumyajit Deb

Thank you Rikesh for the tips. Yes, I will surely share more information about my application in future blog.