Web application that allows users to provide a song's RTTTL specification and a registry, generating the corresponding song.
$ pip install -r requirements.txt
$ cd bin
$ chmod +x setup_database.sh
$ ./setup_database.sh
$ cd bin
$ chmod +x seed_database.sh
$ ./seed_database.sh
$ cd server
$ chmod +x server.py
$ ./server.py
Browse to http://127.0.0.1:1337
.
Run all the unit tests:
$ cd bin
$ chmod +x tests.sh
$ ./tests.sh