Open Beats, is a Digital Audio Workstation (DAW) that aims to allow artists to collaborate with others on music synchronously and remotely.
The project is currently beginning development for Jesse Hartloff's CSE 442 class for the Fall 2021 semester at the University at Buffalo, as well as Alan Hunt's CSE 611 Masters Project Development class for the Fall 2021 semester at the University at Buffalo.
This repository contains the code for a social media application that bundles with the Digital Audio Workstation, Open Beats. The goal is to allow musical artists who have produced songs on Open Beats to upload, listen and share their songs with others, as well as stream music from various streaming services.
-
Go to your terminal or git bash and run the command
git clone [email protected]:emerald-consulting/openbeats.git
-
Navigate to the openbeats root folder using
cd openbeats
-
Run the
docker-compose up --build
command
If you're receiving errors regarding config settings it's because you don't have a .env
file set up in the api directory.
Contributors names and contact info
The project is broken up into 4 sprints:
- Sprint 1 – Week of Sep. 27th ✔️
- Sprint 1 – Week of Oct. 18th ✔️
- Sprint 3 – Week of Nov. 8th
- Sprint 4 – Week of Dec. 6th
We will be doing production releases (merging develop into main) at the end of each sprint.
Inspiration, code snippets, etc.