Connect with like-minded gamers across the world.
Team Members: Jimmy Colgan, Sofia Martinez, Jordan Tam, Owen Treanor
- Download the repository.
- Run
npm installto install all the necessary node packages. - Run
npm run seedto initialize and populate the database (for reference, the seed file is located inside thetasksfolder).- You may need to have another terminal open running
mongodto start the MongoDB process.
- You may need to have another terminal open running
- Run
npm start.
- Click the Register button on the landing page and enter a username and password for your account.
- Go to Browse Games to view the list of available games. To add a game to your profile, press its corresponding "Add to Profile" button.
- You can then fill out as much information as you want about how you play the game. The information you enter will appear on your profile next to the name of the game.
- Go to Browse Users to find and search for other users to follow.
- At the bottom of every user profile page is a comments section where you can talk to the account owner and/or other users.
- In each game page, you can leave reviews and comments as well.
- Sign into the admin account (username: admin, password: Admin!000) to create, update, and delete the games in the Games List. You can change the forms for each game as well by adding or removing fields.