Skip to content

Latte-Corporation/Mixify-api

Repository files navigation

Mixify API

This backend is a NestJS application designed to provide APIs for your project. It is open source and open to contributions. You will need to deploy the app by yourself, as we do not provide hosting.

The frontend is available here: https://github.com/Latte-Corporation/Mixify

How to Deploy It

The Easy Way

You will need:

  • git
  • nodejs
  • pnpm
git clone [email protected]:Latte-Corporation/Mixify-api.git
cd mixify-api
pnpm install
pnpm start

The Cloud Way

A Helm chart is available in the helm folder. You can deploy it with:

helm install mixify-api ./helm

With Docker

You can also build a Docker image with:

docker build -t mixify-api .
docker run -p 3333:3333 mybackend

How to Contribute

You can contribute by submitting a pull request. We will review it and merge it if it fits the project. You can also open an issue if you have a feature request or a bug to report.

Contact: [email protected]