MiniMessageBoard is a web application that allows users to post and view messages. It is built using Node.js, Express.js, and MongoDB. Users can submit new messages, which are stored in a MongoDB database, and view existing messages.
- View the App: You can access the MiniMessageBoard application here.
- Documentation: For detailed information on installation, usage, and configuration, please refer to the Documentation.
- Special thanks to TheOdinProject for providing the project structure.