Skip to content

Watercycle/chord-identifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Chords are an important pain in the ass. The point of this project is to facilitate learning about them while also exploring a variety of tools.

Getting Started

Runnpm install in the client directory.

Testing

Run npm test in the client directory.

Deploying

Run npm run deployin the client directory. This will generate public assets and put them in server/public.

Then, run cargo run in the server directory. The app will be available at localhost:8000.

Technologies

Server

  • Rust - Programming Language
  • Cargo - Package Manager
  • Rocket - Web Server Framework
  • Docker - Deployment Environment

Client