Muzikie Storage is a file storage server built by Block Made GmbH for Muzikie.
- Node.js (version 14 or later)
- npm (version 6.14 or later)
Clone this repository to your local machine:
git clone https://github.com/Muzikie/storage.git
cd storage
Install the project dependencies:
npm install
You can start the server using the following command:
npm run start
The server will start on the port specified in your environment variables, or port 3000 by default.
You can run the test suite using the following command:
npm test
Contributions are welcome! Please see our contributors' guide for details on how you can help.
Muzikie Storage is licensed under the Apache License.