Lawd uses a parse server as its backend to store videos (movies and tv series). The torrents from the tracker api are transformed and filtered in our parse server.
On the frontend, I used Vue.js and I find it extremely powerful library for building simple UI. For streaming, I was caught by the simplicity of use of WebTorrent.js. So I would like to thank these two fellas for making lawd alive. But to not forget the kat who offered me rapid access to their daily dump api.
First, clone the repo via git And then install dependencies.
$ npm install
Run this two commands simultaneously in different console tabs.
$ npm run hot-server
$ npm run start-hot
or run two servers with one command
$ npm run dev