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

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" )

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
```