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 f36b48f4ce progress update
image uploading works
hosted at deta space
2023-09-20 18:00:32 -07:00
bin progress update 2023-09-19 22:54:57 -07:00
controllers progress update 2023-09-20 18:00:32 -07:00
models progress update 2023-09-20 18:00:32 -07:00
public/stylesheets progress update 2023-09-19 22:54:57 -07:00
routes progress update 2023-09-20 18:00:32 -07:00
views progress update 2023-09-20 18:00:32 -07:00
.gitignore progress update 2023-09-19 22:54:57 -07:00
app.js progress update 2023-09-20 18:00:32 -07:00
LICENSE Initial commit 2023-09-19 20:08:57 +00:00
package-lock.json progress update 2023-09-20 18:00:32 -07:00
package.json progress update 2023-09-20 18:00:32 -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.