franodangelo / Videogames-Proyect

gameonproject.vercel.app
1 stars 1 forks source link

Videogames SPA

Spanish version

App created using React, Redux, Node.js, PostgreSQL and Sequelize.

3-week individual project.

About the Videogames SPA

Inside the app you can see 100 available videogames with relevant information about them such as name, rating and genres, and also you have the opportunity to search for one in particular or just filter and order them. There's a button that allows you to create a brand new videogame in the platform.

I used the external API rawg in this project.

Front-End

It was developed using React and Redux. It has the following pages:

Back-End

Developed with Node.js and Express. It has the following routing:

Endpoints that I used:

Database

Created in PostgreSQL and Sequelize. Includes the following entities:

The relationships between entities were both belongsToMany because a videogame can have many genres simultaneously, and so the genres can contain multiple videogames.