Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 558 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 558 Bytes

BUSY API

The API server for Busy - 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.