A simple message board application built with Express and MongoDB.
built as part of the Odin Project curriculum.
Live demo deployed on Fly.io.
- 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
- Add a delete button to each message
- Add a form to edit each message
- Improve styling
- Add a user model and authentication