Skip to content

Interactive Full-Stack Application for Gamers by Gamers.

License

Notifications You must be signed in to change notification settings

tinku-bansal/good-gaming

 
 

Repository files navigation

Header

Project-2 --> GG - Good Gaming

Coding Bootcamp - Project - 2

Deploy

Github license

Table of Contents
  1. About The Project
  2. Description
  3. Features
  4. Technical Part
  5. Questions
  6. License
  7. Notes

About The Project

Good Gaming is all about finding your gaming buddy online. User can have a profile and can add games to their collection. Same game can be added into other user’s collection as well. Hence, they can find their Gaming Buddies. A game includes a title, description and a trailer. When games page is rendered, user is able to view all the games, their description and is able to play trailer as well. User is bale to register and login. User is able to view other people’s profile as well. Profile page of user includes User info, description of the user and games collection of the user.

Live URL

https://goodgaming.herokuapp.com

Team

Description

This application is the front-end and back-end of a website for gamers. This application utilizes Express.js, API, Sequelize to interact with a MySQL database. This application creates a database using mySQL with models and associations. The webpages are finamicly created using the Handlebars.js as the template engine. Users are authenticated with JWT token via cookies.

Features

  • JavaScript
  • Node.js
  • Express.ks
  • npm
  • MySQL
  • Sequelize
  • JWT Token with cookies
  • Bulma

Technical Part

Project WireFrame - our starting point

WireFrame

Demo

The screenshots below show this application previews:

Home Page

Resiter

Login

Logout

About Us

404 Error

Add Game

Add To Collection

Deployed versions:

Deployed Profile

Add Game

Installation

  1. Download or clone repository

  2. Node.js is required to run the application

  3. Run npm install to install the required npm packages

  4. Created .env file with the following:

    DB_NAME=
    DB_USER=
    DB_PASSWORD=
    AUTH_TOKEN=
    

Usage

  • To start using the application, input the following in your Terminal

    npm start or node server.js

  • Open up Postman or Insomnia to GET, POST, PUT and DELETE from different routes

  • Or navigate to http://localhost:3001/ in your browser

  • Otherwise enjoy the deployed version at Heroku http://goodgaming.herokuapp.com

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change, so I learn and understand it better.

Please make sure to update tests as appropriate, if applicable.

Questions

If you have any question feel free to contact us by our githubs listed above.

License

Licensed under the MIT license.


© 2021

About

Interactive Full-Stack Application for Gamers by Gamers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.3%
  • Handlebars 42.9%
  • CSS 0.8%