https://github.com/winterrdog/mini_msg_board
a simple messaging board( or call it "forum" )
https://github.com/winterrdog/mini_msg_board
exercise nodejs odin-project
Last synced: 2 months ago
JSON representation
a simple messaging board( or call it "forum" )
- Host: GitHub
- URL: https://github.com/winterrdog/mini_msg_board
- Owner: winterrdog
- Created: 2023-04-28T10:37:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-01T09:24:48.000Z (about 3 years ago)
- Last Synced: 2026-01-03T16:27:43.562Z (6 months ago)
- Topics: exercise, nodejs, odin-project
- Language: JavaScript
- Homepage: https://minimsgboard-production-b4eb.up.railway.app
- Size: 307 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mini_msg_board
a simple messaging board( or call it "forum" )
# background info
i did this as an assignment from TOP( The Odin Project ) to further cement my skills in nodejs, expressJS and web development at large :)
this is the [link](https://www.theodinproject.com/lessons/nodejs-mini-message-board) to the assignment.
# usage
* install all necessary packages
```sh
npm i
```
* create a `.env` file to store mongoDB credentials with the following variables:
```
DB_USER=
DB_PASSWD=
```
* run the app
```sh
npm start
```