UWICompSociety / pokedex-laravel

An implementation of the pokedex application using Laravel and NodeJs on the backend and WS on the frontend.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions

To run the application, you will need to have nodejs, npm, redis and composer installed on your machine.

Errors

Connection Refused

  • Reason This is typically due to the redis server is not currently running

  • Fix On linux create an instance of the redis server and dtach it from the terminal using the following command: nohup redis-server &

Predis/Client Error

  • Reason The redis library is not included in the default installation of laravel

  • Fix Use composer to pull in the package by using the command composer require predis/predis

About

An implementation of the pokedex application using Laravel and NodeJs on the backend and WS on the frontend.


Languages

Language:PHP 97.7%Language:JavaScript 1.6%Language:ApacheConf 0.6%Language:CSS 0.1%