https://github.com/jason89521/odin_mini_message_board
The mini message board project from The Odin Project
https://github.com/jason89521/odin_mini_message_board
Last synced: 5 months ago
JSON representation
The mini message board project from The Odin Project
- Host: GitHub
- URL: https://github.com/jason89521/odin_mini_message_board
- Owner: jason89521
- Created: 2024-07-06T09:11:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-06T10:20:56.000Z (about 2 years ago)
- Last Synced: 2025-10-27T13:15:21.173Z (9 months ago)
- Language: Vue
- Homepage: https://odin-mini-message-board-flax.vercel.app
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mini Message Board
This is a practice project from [The Odin Project](https://www.theodinproject.com/lessons/nodejs-mini-message-board).
In this app, users must enter their name to view the message list. After entering their name, users can also post messages to the list. These messages will be saved in the database.
## Tech Stack
### Frontend
- Vue
- This is my first time using Vue, trying it out as a learning experience.
### Backend
- MongoDB
- Express.js