Skip to content

jsteinshouer/guitar-tabs-vue

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
api
 
 
app
 
 
 
 
 
 
 
 

My Guitar Tabs

A guitar tablature application with a Coldbox api and a Vue.js application for the front-end.

Development

Use Docker Compose to run the development envrionment.

docker-compose up

Production

Build the production docker container.

docker build -t my-tabs-app . --target prod

Test it out.

docker run -it -p 8080:8080 --rm --name my-tabs-app my-tabs-app

About

Guitar tablature application built with a CFML back-end and a Vue.js front-end

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published