/message-board

A simple message board app built using Express and mongodb database.

Primary LanguageJavaScript

Message Board

A simple message board application built with Express and MongoDB.

built as part of the Odin Project curriculum.

Live demo deployed on Fly.io.

Technologies Used

  • Node.js: JavaScript runtime environment
  • Express: Web application framework
  • MongoDB: NoSQL database
  • Mongoose: MongoDB object modeling tool
  • Pug: Template engine
  • Eslint & Prettier: Code linting and formatting
  • Fly.io: Deployment
  • Sentry: Error tracking
  • Vanilla CSS: Styling

If I had more time I would...

  • Add a delete button to each message
  • Add a form to edit each message
  • Improve styling
  • Add a user model and authentication