Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinroberts/shelfie
library manager for wav / mp3 sound files
https://github.com/kevinroberts/shelfie
mongodb mp3-files react react-router redux wav-files
Last synced: 4 days ago
JSON representation
library manager for wav / mp3 sound files
- Host: GitHub
- URL: https://github.com/kevinroberts/shelfie
- Owner: kevinroberts
- Created: 2016-11-21T00:07:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T05:37:50.000Z (almost 2 years ago)
- Last Synced: 2024-04-09T15:28:25.345Z (7 months ago)
- Topics: mongodb, mp3-files, react, react-router, redux, wav-files
- Language: JavaScript
- Homepage: http://yakbeaver.com
- Size: 3.57 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shelfie [![StackShare](https://img.shields.io/badge/tech-stack-0690fa.svg?style=flat)](https://stackshare.io/kevinroberts/shelfie)
A web based application to manage and organize WAV sound files (clips) for a group of users.
WAV files can be created and updated from any user account. A user can also favorite and tag clips to organize their collection.## Technologies
- React.js, Redux and React-router based single page app
- Express.js based backend, user authentication handled via JSON Web Tokens - jwt.io
- MongoDB for persistence / data storeThis project uses ESLint for syntax consistency, and the linting rules are included in this repository. Running npm lint will check the linting rules as well. Please make sure your code has no linting errors before submitting a pull request.