Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 400 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 400 Bytes

Express JS RAWG API

Description

This project is a simple web application based on Express.js and EJS. It utilizes the RAWG API to fetch data about video games.

Features

  1. Fetches data from the RAWG API to display information about video games.
  2. Utilizes Express.js for server-side routing and handling API requests.
  3. Uses EJS as the templating engine for rendering dynamic content.