The API server for Busy - Blockchain-based social network where anyone can earn rewards 🚀.
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.