Coding Bootcamp - Project - 2
Table of Contents
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.
https://goodgaming.herokuapp.com
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.
- JavaScript
- Node.js
- Express.ks
- npm
- MySQL
- Sequelize
- JWT Token with cookies
- Bulma
The screenshots below show this application previews:
Deployed versions:
-
Download or clone repository
-
Node.js is required to run the application
-
Run
npm install
to install the required npm packages -
Created .env file with the following:
DB_NAME= DB_USER= DB_PASSWORD= AUTH_TOKEN=
-
To start using the application, input the following in your Terminal
npm start
ornode 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
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.
If you have any question feel free to contact us by our githubs listed above.
Licensed under the MIT license.
© 2021