Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisvdev/pi-videogames
A full-stack application made with Node.JS and React.JS that displays a catalog of games, made for the "Soy Henry" bootcamp.
https://github.com/chrisvdev/pi-videogames
api-rest expressjs henry node-js portfolio postgresql reactjs redux-toolkit
Last synced: 29 days ago
JSON representation
A full-stack application made with Node.JS and React.JS that displays a catalog of games, made for the "Soy Henry" bootcamp.
- Host: GitHub
- URL: https://github.com/chrisvdev/pi-videogames
- Owner: chrisvdev
- Created: 2022-09-05T03:02:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-28T02:52:07.000Z (11 months ago)
- Last Synced: 2023-12-28T03:26:23.268Z (11 months ago)
- Topics: api-rest, expressjs, henry, node-js, portfolio, postgresql, reactjs, redux-toolkit
- Language: JavaScript
- Homepage: https://gamecatalog.christianvillegas.com/
- Size: 18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PI-Videogames
This project is 1 of 2 big projects that I was asked to do at the "Soy Henry" Bootcamp.
It is a full-stack application where the brief was to build a Back-End made on Node.JS that consumes data from the rawg.io API to display a list of games and their details implementing the use of a PostgreSQL database to host new games. The Back-End is controllable from the Front-End, made with React.JS, through its Rest-API.