This is a social network i buildt in 2016 for fun. Maybe someone will find it useful, or I'll continue with it's development.
- checkout the repository
- create the file
.env
- fill it with
MONGODB=localhost/shoutr
andSESSION_SECRET=SOMERANDOMSTRINGHERE
- change the values of
MONGODB
andSESSION_SECRET
to your needs - run with
node gui.js
ornode server.js