AI-Lab_monorepo_music_app

This is a monorepo for the AI Lab Music App. The app allows users to upload music files, vote on them, and decide which songs to perform at the next concert.

Monorepo Structure

The monorepo is structured as follows:

AI-Lab_monorepo_music_app/
  README.md
  packages/
    api/
        README.md
        ...
    web/
        README.md
        ...
    mobile/
        README.md
        ...

Mobile

The mobile app is built using React Native. We will start by creating a simple app that allows users to upload music files and vote on them. You may find the mobile app in the packages/mobile directory. The web application will be built in the later stages of the project.