A mini message board is a simple web application that allows users to leave messages on a public board. Users can post messages and view a list of all messages that have been posted.
To run this project, you will need to add the following environment variables to your .env file
Frontend
VITE_SERVER
Backend
PORT
MONGODB_CNN
Client: React, Typescript, Styled Components
Server: Node, Express, MongoDB
