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