Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.23 KB

README.md

File metadata and controls

52 lines (32 loc) · 1.23 KB

Muzikie Storage

License Github Actions

Muzikie Storage is a file storage server built by Block Made GmbH for Muzikie.

Prerequisites

  • Node.js (version 14 or later)
  • npm (version 6.14 or later)

Installation

Clone this repository to your local machine:

git clone https://github.com/Muzikie/storage.git
cd storage

Install the project dependencies:

npm install

Usage

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.

Running Tests

You can run the test suite using the following command:

npm test

Contributing

Contributions are welcome! Please see our contributors' guide for details on how you can help.

License

Muzikie Storage is licensed under the Apache License.