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

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

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