Skip to content

Latest commit

 

History

History
executable file
·
24 lines (15 loc) · 565 Bytes

File metadata and controls

executable file
·
24 lines (15 loc) · 565 Bytes

dSocial API

The API server for dSocial - Blockchain-based social network where anyone can earn rewards 🚀.

Development

Yarn package manager is used for this project. To install yarn, use

$ npm i -g yarn

You may require sudo.

Let's start development

But before that, you would need to have a redis server up and running.

$ yarn  # Install dependencies
$ yarn start  # Start server

You should be able to access the server at http://localhost:4000.