A user-friendly web app that provides access to a vast library of video games, with information on everything from the latest releases to classic titles. The app uses the RAWG API to deliver accurate and up-to-date data.
You'll need Git and Node.js installed on your computer.
# Clone the repository
git clone https://github.com/m-ler/video-game-library.git
# Move into the repository
cd video-game-library
# Install dependencies
npm install
After that, you'll need to create a .env file with the same variables as .env.example
.
# Run project
npm run start