Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 354 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 354 Bytes

Distributed Downloading

How to run

Client

( Yet to be written )

Server

Download node LTS from https://nodejs.org/en/

Setup Dependencies

Run npm install inside /server to setup dependencies.

Run Locally

Run npm start inside /server to fire up the server, default port is 3000. call localhost:3000/api for api interactions.