Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radziszop/musicvisualizer-be
Backend for my music visualizer
https://github.com/radziszop/musicvisualizer-be
Last synced: 5 days ago
JSON representation
Backend for my music visualizer
- Host: GitHub
- URL: https://github.com/radziszop/musicvisualizer-be
- Owner: RadziSzop
- Created: 2023-04-12T01:13:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-13T07:49:00.000Z (almost 2 years ago)
- Last Synced: 2024-11-17T08:25:04.073Z (2 months ago)
- Language: TypeScript
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Audio Visualizer BE
Back end for audio visualizer
## Description
This backend is needed for audiovisualizer-FE to properly record and download visualizations
## :rocket: How to start
#### This app requires [FFMPEG](https://ffmpeg.org/) to be installed on the server to work.
### Instaling dependencies
```
yarn install
```### Starting in dev mode
```
yarn start:dev
```### Starting aplication
```
yarn start
```## TODO
- [x] Merging audio with recorded visualization
- [ ] Proper error handling
- [ ] Auth module
- [ ] Storing users visualizations in file store and letting them edit collections## Made with: