Skip to content

Building a pitch monitor for the Music Technology Lab subject, Universitat Pompeu Fabra

License

Notifications You must be signed in to change notification settings

juliatogr/MTL_P52

 
 

Repository files navigation


Logo

Pitch Monitor

Group 52 for the Music Technology Lab subject, Universitat Pompeu Fabra

😎 About

This is the new Pitch Monitor, made in Django. This backend serves both the Pitch Monitor and Tuner.

👉🏽 Getting Started

Prerequisites

Make sure to install

Installation

  1. Clone the repo
git clone https://github.com/nereasastre/MTL_P52
  1. Activate the virtual environment and install dependencies
source venv/bin/activate
pip3 install -r requirements.txt
  1. Run the server locally.
$ python manage.py runserver
  1. Open a new tab in your browser and go to http://localhost:8000/.

Tests

  1. Run
python manage.py test

Contributing

Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgements

About

Building a pitch monitor for the Music Technology Lab subject, Universitat Pompeu Fabra

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 36.7%
  • HTML 21.4%
  • CSS 21.3%
  • Python 20.6%