Skip to content

DadsGame/backtoback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

backtoback

Getting Started

First, you need to install Redis, check https://redis.io/docs/getting-started to install.

start redis server

sudo service redis-server start
# don't forget to stop the server when you close the app with
sudo service redis-server stop

You will need to fill the .env file like this

REDIS_HOST={REDIS_HOST} # usually 127.0.0.1
REDIS_PORT={REDIS_PORT} # usually 6379
TWITCH_CLIENT_ID={TWITCH_CLIENT_ID}
TWITCH_TOKEN={TWITCH_TOKEN}

Then you can run the app with

npm install
npm run dev
# or
yarn dev

API running on http://localhost:8000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published