kurisubrooks / sherlock

modular server with static page serving, modular data retrieval and functional api endpoints

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sherlock

Web Server with Static Page Serve and Modular API Functionality

Installation

macOS

brew install pkg-config cairo libpng jpeg giflib ffmpeg
npm install

Ubuntu

sudo apt install libcairo2-dev libjpeg8-dev libpango1.0-dev libgif-dev build-essential ffmpeg g++
sudo npm install

Run

macOS

sudo npm start

Ubuntu

sudo setcap cap_net_bind_service=+ep /usr/local/bin/node
npm start

About

modular server with static page serving, modular data retrieval and functional api endpoints


Languages

Language:JavaScript 100.0%