Skip to content

lesley-byte/videogame-review

Repository files navigation

Video Game Review

Description

This is a video game review website deployed to heroku. It is a full stack application that uses a MySQL database, Node, Express, Supertest, and Handlebars. It follows the MVC design pattern; using Node and MySQL to query and route data in the app, and Handlebars to generate the HTML.

Table of Contents

Installation

  1. Clone the repo:
git clone git@github.com:lesley-byte/videogame-review.git
  1. Install NPM packages:
npm install 
  1. Create a .env file in the root directory and add the following:
DB_NAME='game_db'
DB_USER='yourMySQLusername'
DB_PASSWORD='yourMySQLpassword'
DB_SECRET='yourSecretCookiePassphrase'
  1. Run the following command in the terminal to seed the database:
 npm run seed
  1. Run the following command in the terminal to start the application server:
 npm start
  1. Open your browser and navigate to:
http://localhost:3001

Usage

You can login to the database, the database will capture your name and read and look up video game reviews. You can add platforms and games. The user can submit to the homepage and see their reviews appear on the homepage.

Website

Link to the website

Presentation

Link to presenation

Screenshot

Screenshot

Testing

Enter one of the following commands in to the terminal after the server is started:

 npm run test

or

node server.js. 

License

MIT License

License: MIT

Contributing

We are not currently looking for contributors. If you would like to contribute, please contact us. See our section on Questions for contact information.

Questions

If you have any questions about the repo, open an issue or contact us directly at:

Credits

We would like to thank the following people for their help:

Collaborators GitHub Profiles:

You can find more of our work at the following links:

About

A platform agnostic videogame review website.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •