/shoutr

Test for a personal social network, maybe useable as an intranet

Primary LanguageCSSMIT LicenseMIT

shoutr

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.

Usage

  • checkout the repository
  • create the file .env
  • fill it with MONGODB=localhost/shoutr and SESSION_SECRET=SOMERANDOMSTRINGHERE
  • change the values of MONGODB and SESSION_SECRET to your needs
  • run with node gui.js or node server.js