You can find the app here.
I've been learning Node.js for the past few months and I recently deployed my first MEN stack app on Heroku. The app lacks a UI as I wanted to focus on the backend part.
The reason I'm writing this post is because I want to:
- Ensure that I am following, if not all, but some of the best Node.js practices.
- Know how well my approaches to the problems are and how can I improve them. Feedback on the directory structure, code modularisation, styling, etc. will be helpful.
- Know what can I do to make my app more of a 'production-level' app.
- Know something that I don't know I don't know!
The README
file in the GitHub repository for the app provides a good overview of the app.
Any help will be appreciated 😄.
P.S. This is my first post on Dev.to
You are doing pretty good and it will be your first full project if you add UI. That feeling is just awesome dude. Good luck for journey ahead :)