Contributing Team Members Github Minoka Kakizaki Github Jordan Laurent Github Michelle Nygren Github Forest Heims Github
Geo Tone is a full-stack browser-based audio sequencer built using React, Reactronica (from Tone.js), CSS, PostgreSQL and Express. Geo Tone exists to make music fun - letting new-to-synth users experiment with customized audio effects. On the frontend, user data is hashed and encrypted; on the backend, data is managed in SQL.
- Main Deploy: https://geo-tone.herokuapp.com/
- Staging Deploy: https://geo-tone-staging.herokuapp.com/
POST /api/v1/users/POST /api/v1/users/sessionsGET /api/v1/users/countGET /api/v1/users/meDELETE /api/v1/users/sessionsDELETE /api/v1/users/:user_id
POST /api/v1/projects/GET /api/v1/projects/GET /api/v1/projects/countGET /api/v1/projects/:project_idGET /api/v1/projects/user/:user_idPATCH /api/v1/projects/:project_idDELETE /api/v1/projects/:project_id
POST /api/v1/profiles/GET /api/v1/profiles/GET /api/v1/profiles/:usernamePATCH /api/v1/profiles/:username
