- With this project we are tackling the problem of not having quick video game information. Now users have the ability to search the video games they want more information about and leave reviews.
- HTML 5
- CSS 3
- Javascript ES6+
- MySQL
- Bootstrap 5
- NodeJS
- Heroku
- IGDB API
- axios
- bcrypt
- dotenv
- express
- express-session
- express-handlebars
- connect-session-sequelize
- hbs
- mysql2
- sequelize
To view a video game's page, type the name of the video game in the search bar. To create an account navigate to the login page and enter your name, email, and password.
- Daniel Stark (Backend, Database, & Frontend JS support)
- Parth Bhatt (Backend & Frontend support)
- Jericho Ronquillo (Frontend & Backend support)
- Khoa Huynh (Frontend & Backend support)
- Cody Kitazumi (Frontend & Backend support)
GNU GPLv3
If you would like to contribute to this project contact Daniel at the email below
To install this project, first clone the repository. Once the repo is cloned, navigate to the folder in your terminal and run the following command.
npm install
This will install all the dependencies. Next you'll want to seed the database (Seed date needs to be updated). Run the following command to seed the database.
npm run seed
After the seeds are done you can now start the server with this command.
npm start
Currently, there are no tests developed for this project.