Skip to content

FedeLopez17/mini-message-board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Message Board

Check out the Live Site 🔗😄

Description

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.

How it looks:

image

Technologies used:

JavaScript Node.js Express.js Railway PostgreSQL

Thoughts on the project

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.