Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 968 Bytes

File metadata and controls

15 lines (8 loc) · 968 Bytes

MiniMessageBoard

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.

image

Deployment

Acknowledgments

  • Special thanks to TheOdinProject for providing the project structure.