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 fa3cebba04 functioning version
still in process of finding new host
for now, available on demand via ngrok
2023-09-23 12:17: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 functioning version 2023-09-23 12:17: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.