App that finds game information.
# Install dependencies for backend
npm install
# Install dependencies for frontend
cd client/ && npm install
# Run server and frontend together
npm run dev
# Serve on localhost:5000 with Nodemon
npm run server
# Frontend on localhost:3000
npm run client
# Build for production
cd client && npm run build
This app is using Express and GraphQL and RAWG API for the backend and React and Redux with Bootstrap (custom theme from Bootswatch) for the frontend. This app gives all sorts of information for games. The GraphQL is used in Express server inorder to better manage the data that is comming from the external API.
Mohammadreza Amini [email protected]
1.0.0
This project is licensed under the MIT License