Skip to content

Mohammadreza99A/game-info-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Info Finder

App that finds game information.

Online Site Link

https://game-info-finder.herokuapp.com/

Quick Start

# 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

App Info

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.

Author

Mohammadreza Amini [email protected]

Version

1.0.0

License

This project is licensed under the MIT License

About

MERN application for searching informations about games

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published