Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.12 KB

File metadata and controls

21 lines (13 loc) · 1.12 KB

Game Database (Frontend)

This is a frontend made in React allowing users to search for games and learn more about given titles.

screenshot of the frontend

other screenshot

other screenshot

How to Run Locally

  • Create a .env file containing the address of the backend.
VITE_API_ENDPOINT="http://localhost:3000/api"
  • Clone and run the backend locally. You can find the repo here.
  • Run npm install
  • Run npm run dev