Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zevaguillo/mini-message-board
- Owner: ZevaGuillo
- Created: 2022-12-15T05:25:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T19:22:59.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T11:42:25.125Z (3 months ago)
- Topics: express, mongodb, node, react, styled-components, typescript
- Language: TypeScript
- Homepage: https://mini-message-frontend.vercel.app/
- Size: 145 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 VariablesTo 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