Skip to content

andybeers/portamento-app

 
 

Repository files navigation

Portamento:

a synthesizer & sequencer social sharing site.

GAMEBRAIN screenshot

Collaborators

  • Andy Beers
  • Tim Combs
  • William Nickerson
  • Niilo Smeds
  • Tom Timmel

Repo Description

Project Functionality

  • This is a Code Fellows PDX Full-Stack Javascript Bootcamp Project to create a browser-based synthesizer and sequencer with social sharing of synthesizer settings and ability to favorite patches and follow users.

  • Synth is the home page and displays the synthesizer and sequencer

  • User Profile displays:

    • patches created by the user
    • patches favorited by the user
    • other users followed by the user
  • Sign in/Sign up authentication

    • uses JWT for authentication
    • stores tokens in localStorage

Directions to run and edit locally

  • Set up a portamento project directory that contains a directory for the front end and another directory for the back end:

    • portamento
      • portamento-app
      • portamento-server
  • Download the repos

  • Get MongoDB running on your machine or use mLab (or something similar) to host a mongoDB database

  • 1 - start the back end

    • Open another terminal window, navigate to the app folder and at the CLI type:
      npm start
      
  • 2 - start the front end (for local editing and testing)

    • Open another terminal window, navigate to the app folder and at the CLI type:
      npm start
      
  • 3 - Then open a browser window and navigate to the address localhost:8080

  • Please refer to the app/package.json for info about app scripts

  • Please refer to the server/package.json for info about server scripts

Collborations/Questions/issues

  • Always looking for suggestions and ideas for further development.
  • Any questions and concerns can be handled by opening an issue on the codebase.

License

  • Licensed under the MIT license - see LICENSE for more info.

About

Social web synthesizer and sequencer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.4%
  • HTML 32.4%
  • CSS 15.2%