snehesht / rethink-slide-show

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

git clone https://github.com/snehesht/rethink-slide-show
cd rethink-slide-show/server
yarn && yarn start

// Open http://localhost:8000

API Endpoints

curl --request POST \
  --url http://localhost:8000/api/v1/slideshow/file \
  --header 'Content-Type: multipart/form-data' \
  --form slide=@<IMAGE_PATH>

About


Languages

Language:JavaScript 67.9%Language:HTML 23.5%Language:CSS 8.6%