This project is part of the Odin Project curriculum.
It’s a simple message board that marks my first experience with PostgreSQL and deploying both a backend server and a database using Railway.
Through this project, I learned how to deploy web apps with a backend and database. I chose Railway, mainly for its free initial credits, but I also explored other popular PaaS options.
Additionally, I’m getting more comfortable with Node.js and Express, and I’m really enjoying the process. I used the MVC pattern to structure my code and organize the project effectively.
Looking back, I'm pretty sure I’ll probably remember this simple project fondly, as it was a key milestone —my first time deploying both a backend and database. It feels like a significant step forward in my learning journey.