Skip to content

ilhamwahabi/regalion-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Regalion (API)

Back end side for serve Regalion app API.

Made using Express, Redis and using data from https://pokedevs.gitbook.io

Usage

Make sure you have Node and Redis installed.

  1. Install dependencies npm install
  2. Run redis first redis-server, you can open cli with redis-cli
  3. Run server with nodemon then npm start:watch

Deployment

  1. Run git push heroku master