anirudhwalia / game-of-thrones

A full stack application to show battles of GOT using MERN stack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

game-of-thrones

A full stack application to show battles of GOT using MERN stack.

Application link:

To start application in your local

git clone https://github.com/anirudhwalia/game-of-thrones.git
cd game-of-thrones
npm install
node server.js
cd client
npm build
npm start

Battle API Information

  • Endpoint
    1. /list : get list of all place where battle has taken place method: GET
    2. /search?king=""&location=""&type="" : get the data with all applied filters for king,type and location method: "GET"
    3. /count: get total number of battle occured method: GET

Screenshots

  • Desktop:
  • Mobile:

About

A full stack application to show battles of GOT using MERN stack.


Languages

Language:JavaScript 81.5%Language:CSS 9.6%Language:HTML 8.9%