elainewlin / MusicParsed

A better site for song chords with no scrolling and no ads.
https://www.musicparsed.com/
62 stars 16 forks source link

Port app server from Python (Flask) to Node.js (Express) #88

Closed andersk closed 5 years ago

andersk commented 5 years ago

Use Nunjucks for compatibility with the existing Jinja2 templates. Maybe we want to port those to Mustache in the future.

Before deploying, we can

heroku buildpacks:remove heroku/python

Fixes #85.