lets-play-retro-games

All the retro games you can dream off

APACHE-2.0 License

Stars
7
Committers
4

Let's play retro games

Website to hold all the magic that is retro games.

Features

  • Select a random game from a console
  • Search in all consoles
  • See all games in consoles
  • Create account and mark games as:
  • Playing
  • Finished
  • Favorite

Current Systems

  • NES
  • Super Nintendo
  • Nintendo 64
  • Game Boy
  • Game Boy Color
  • Game Boy Advance
  • Sega Genesis/Megadrive
  • Sega Master System
  • Game Gear
  • TurboGrafx-16
  • Playstation 1
  • Sega 32X
  • Virtual Boy
  • Sega Saturn

Running locally

git clone [email protected]:SaraVieira/lets-play-retro-games.git
cd lets-play-retro-games
yarn
yarn prisma migrate dev
## this will be slow
yarn prisma db seed
yarn dev

Needed envs:

  • DATABASE_URL: Postgres DB
  • GITHUB_ID & GITHUB_SECRET: If you need to test login. The callback URL is http://localhost:3000/api/auth/callback/github

Can I have your data?

All the data that's on the DB is stored on GitHub and feel free to download it

https://github.com/SaraVieira/lets-play-retro-games/tree/main/data/games

License

Apache License 2.0