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.
- Host: GitHub
- URL: https://github.com/dylanlott/bandforge-charts
- Owner: dylanlott
- Created: 2016-12-16T17:28:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-16T17:28:50.000Z (over 9 years ago)
- Last Synced: 2025-03-24T21:20:06.915Z (about 1 year ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)