Back end side for serve Regalion app API.
Made using Express, Redis and using data from https://pokedevs.gitbook.io
Make sure you have Node and Redis installed.
- Install dependencies
npm install
- Run redis first
redis-server
, you can open cli withredis-cli
- Run server with nodemon then
npm start:watch
- Run
git push heroku master