/Music-Progress

A way for musicians to organize daily tasks and practice sessions

Primary LanguageTypeScriptMIT LicenseMIT

Music-Progress

A way for musicians to create helpful practice sheets. The idea of this app was developed from The Musicians Way by Gerald Klickstein.

To install dependencies

run npm install

For development:

In frontend directory

run npm run dev

To start backend server

Include mongo db URI in .env to allow database access

Change into server directory.

cd server

go get

go run main.go

To start, enter information on in each form element and submit. Next, navigate to next text page. You have the option of downloading a pdf of the final practice sheet.