Group 52 for the Music Technology Lab subject, Universitat Pompeu Fabra
This is the new Pitch Monitor, made in Django. This backend serves both the Pitch Monitor and Tuner.
Make sure to install
- Clone the repo
git clone https://github.com/nereasastre/MTL_P52
- Activate the virtual environment and install dependencies
source venv/bin/activate
pip3 install -r requirements.txt
- Run the server locally.
$ python manage.py runserver
- Open a new tab in your browser and go to
http://localhost:8000/
.
- Run
python manage.py test
Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.