https://github.com/franciscoknebel/fbd-spotify
A relational database implementation for Spotify.
https://github.com/franciscoknebel/fbd-spotify
database db relational-databases spotify
Last synced: about 2 months ago
JSON representation
A relational database implementation for Spotify.
- Host: GitHub
- URL: https://github.com/franciscoknebel/fbd-spotify
- Owner: FranciscoKnebel
- License: mit
- Created: 2017-11-25T05:27:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-21T17:08:52.000Z (over 8 years ago)
- Last Synced: 2025-09-11T00:37:18.265Z (10 months ago)
- Topics: database, db, relational-databases, spotify
- Language: JavaScript
- Homepage:
- Size: 2.81 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# fbd-spotify
## Requisites
* NodeJS - __(^8.9.3)__
## Building
```
npm install
npm run build
```
To build the JavaScript bundle, run `npm run build`. That will create the `docs/scripts/bundle.js` file, using Browserify.
Connection credentials to the database should be added to `server/api.js`.
## Development
```
npm run dev
```
Running `npm run dev` runs Watchify, which automatically rebuilds `docs/scripts/bundle.js` when scripts are modified.
It will also launch the Express server which controls the back-end using Nodemon, which will automatically restart the server on code changes.
## Authors
* [**Francisco Knebel**](https://github.com/FranciscoKnebel) - *Initial work*
* [**Mateus Salvi**](https://github.com/Teuszila) - *Initial work*
See also the list of [contributors](https://github.com/FranciscoKnebel/fbd-spotify/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details