/CCAPDEV-MP

InFeed, a forum website deployed to Heroku!

Primary LanguageJavaScript

InFeed Logo InFeed Logo

InFeed

InFeed is a forum website for people to share opinions or information simply on a feed! There is also a reputation system in the form of cookies to determine credibility, but also an interaction lock based system to avoid misinterpretation or skimming posts!

Heroku Deployed App

InFeed

Prerequisites for running the server yourself!

Local Setup

  1. Clone this repository
git clone https://github.com/erik-lance/CCAPDEV-MP
  1. Open the folder of the repository
cd CCAPDEV-MP
  1. Install needed packages and dependencies (make sure you have node installed properly already!)
npm install
  1. Now you can run the server!
node index.js
  1. You could also use nodemon in place of node to run it without refreshing after edits!
nodemon index.js
  1. View the website locally at localhost:3000

Authors

  • Tiongquico, E.
  • Bondoc, A.
  • Mangoba, M.