Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/busyorg/busy-api
https://github.com/busyorg/busy-api
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/busyorg/busy-api
- Owner: busyorg
- Created: 2017-02-04T03:39:54.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-08T18:18:27.000Z (about 2 years ago)
- Last Synced: 2023-03-01T17:10:40.514Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 91.8 KB
- Stars: 13
- Watchers: 8
- Forks: 17
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BUSY API
The API server for [Busy](https://busy.org/) - Blockchain-based social network where anyone can earn rewards :rocket:.
## Development
[Yarn](https://yarnpkg.com/) package manager is used for this project. To install yarn, use
```shell
$ npm i -g yarn
```You may require `sudo`.
**Let's start development**
But before that, you would need to have a [redis](https://redis.io/) server up and running.
```shell
$ yarn # Install dependencies
$ yarn start # Start server
```You should be able to access the server at http://localhost:4000.