Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zevaguillo/mini-message-board


https://github.com/zevaguillo/mini-message-board

express mongodb node react styled-components typescript

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# Mini Message Board

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.

# Demo

[Live Demo](https://mini-message-frontend.vercel.app/) 😎
## Environment Variables

To run this project, you will need to add the following environment variables to your .env file

**Frontend**

` VITE_SERVER`

**Backend**

`PORT`

`MONGODB_CNN`

## Screenshots

![App Screenshot](https://raw.githubusercontent.com/ZevaGuillo/mini-message-board/main/screenshot.png)

## Tech Stack

**Client:** React, Typescript, Styled Components

**Server:** Node, Express, MongoDB