Skip to content

probablyArth/fuelEd-binod

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

FuelEd

Prerequisites:

Redis

How to setup Redis with Docker:

$ docker pull redis

$ docker run --name redis -p 6379:6379 -d redis

Update .env:

REDIS_HOST=redis://localhost:6379

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.1%
  • Other 0.9%