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.
Find a file
ak d5bf0927a6 progress update
everything tested and functional except direct messages
2023-09-19 22:54:57 -07:00
bin progress update 2023-09-19 22:54:57 -07:00
controllers progress update 2023-09-19 22:54:57 -07:00
models progress update 2023-09-19 22:54:57 -07:00
public/stylesheets progress update 2023-09-19 22:54:57 -07:00
routes progress update 2023-09-19 22:54:57 -07:00
views progress update 2023-09-19 22:54:57 -07:00
.gitignore progress update 2023-09-19 22:54:57 -07:00
app.js progress update 2023-09-19 22:54:57 -07:00
LICENSE Initial commit 2023-09-19 20:08:57 +00:00
package-lock.json progress update 2023-09-19 22:54:57 -07:00
package.json progress update 2023-09-19 22:54:57 -07:00
passportInit.js progress update 2023-09-19 22:54:57 -07:00
README.md Initial commit 2023-09-19 20:08:57 +00:00

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.