An open API service indexing awesome lists of open source software.

https://github.com/dylanlott/bandforge-charts

A song submission side project to be a part of the BandForge ecosystem.
https://github.com/dylanlott/bandforge-charts

Last synced: 10 months ago
JSON representation

A song submission side project to be a part of the BandForge ecosystem.

Awesome Lists containing this project

README

          

# BandForge Charts
#### A better way to discover new music.

BandForge Charts is a new project to allow for socially aggregated music discovery.

Think of it like that friend of yours that's constantly showing you new music.

## Running Locally

Boot up an instance of Postgres through Docker
```sh
docker run -d --name bandforge-charts-pg -p 5432:5432 -v bfcharts:/var/lib/postgresql/data postgres:latest
```

```sh
npm install
```

Start the application
```sh
nodal s
```

Your app should now be running on [localhost:3000](http://localhost:3000/).

Generated by [Nodal](http://nodaljs.com)