Simple messaging app implemented in Express. Users sign in and can then send messages to other users or to the public feed if user is not specified.
|
|
||
|---|---|---|
| bin | ||
| controllers | ||
| models | ||
| public/stylesheets | ||
| routes | ||
| views | ||
| .gitignore | ||
| app.js | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| passportInit.js | ||
| README.md | ||
express-message-board
Simple messaging app implemented in Express. Users sign in and can then send messages to other users or to the public feed if user is not specified.