Skip to content

ReMusic aims to scan physical sheet music and convert it into an editable digital format, assisting music students who need to practice with physical materials and preservationists seeking to digitize old sheet music quickly and easily.

License

Notifications You must be signed in to change notification settings

SanQuilmas/ReMusic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReMusic

es

See the first product introduction

Installation Instructions:

After performing a git clone, you will need to create a database for Laravel to connect to and configure the .env file with the appropriate information.

You must have Python installed, along with the following required packages:

Run the following commands to complete the configuration of the Laravel server:

composer update
php artisan migrate
php artisan key:generate
php artisan storage:link
npm install
npm run build

Once the local MySQL server is running, you can start the Laravel server with the following commands:

npm run dev
php artisan serve
php artisan queue:work --timeout=36000

If you wish to run the server on a network instead of local development, use the following command with the necessary adjustments:

php artisan serve --host 0.0.0.0 --port=8000

Other Projects Used:

About

ReMusic aims to scan physical sheet music and convert it into an editable digital format, assisting music students who need to practice with physical materials and preservationists seeking to digitize old sheet music quickly and easily.

Topics

Resources

License

Stars

Watchers

Forks