Giter VIP home page Giter VIP logo

beatquencherrails's Introduction

Beatquencher Rails

Welcome to the Beatquencher Ruby on Rails API backend. This contains the resources supplied to this repo, the React.js frontend of this project. Set up this Rails repo first.

Overview

Beatquencher is a music sequencer featuring fully functional sound synthesis, courtesy of the Tone JS package. It includes the ability to create and manage projects with multiple 'scenes,' or subsections of a project. For example, a project might have a verse scene and a chorus scene. Each instrument in a project has a laundry list of settings that can be tweaked and modded to your heart's desire.

This was bootstrapped with rails new --api, and runs on a PostgreSQL DB.

Authentication is performed with Google's OAuth.

Getting Started

  • Clone down this repo & run bundle install inside the project folder.
  • If you don't have Postgres running locally, install Postgres.app.
  • Run rails db:setup && rails db:migrate.
  • Next, run rails db:seed.
  • Run rails s to host on your local machine.
  • Test by going to http://localhost:3000/api/v1/users. You should see this: API result declaring user not logged in
  • That's good! We haven't logged in yet so the API doesn't want to give up any information.
  • Next you will need to set up the React JS front end: BeatquencherReact. Follow the instructions on the readme for that repo.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

beatquencherrails's People

Contributors

dependabot[bot] avatar wardou2 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.