Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 862 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 862 Bytes

Videogames Database (Push-based Architecture)

This project's UI was inspired by this app.

I started from the existing UI (and the RAWG API) as a starting point to then refactor its architecture from a pull-based to a push-based approach.

image

This project was generated with Angular CLI version 15.0.2.

Getting Started Locally

  • Obtain an API Key from https://rawg.io/apidocs
  • copy src/environments/environment.ts into a new file src/environments/environment.dev.ts and add the API Key

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.