Giter Club home page Giter Club logo

froogal-app's Introduction

README

This is a boilerplate Rails project that uses:

  • ruby ~> 2.5
  • postgresql as the database
  • webpacker with react
  • the react_on_rails gem

Instructor Setup

  • git clone [email protected]:wyncode/final_project_template.git
  • cd final_project_template
  • git remote remove origin
  • Create a repo on GitHub that matches the project name
  • git remote add origin that-repo-name && git push origin -u master
  • Make master a protected branch
  • Pull Requests should only be mergeable after 2 reviews
  • At least 1 review needs to be from a CODEOWNER
  • Invite team members as collaborators with write access

Student Setup

  • rails db:create (with your Postgres server up and running)
  • rails s

Collaboration

  • Talk to an instructor about the next feature / enhancement / bugfix you would like to address
  • Create an issue with a User Story and Acceptance Criteria
  • Create a branch that corresponds with your issue
  • Submit a pull request into master
  • Request a code review from one of your teammates
  • Once it's approved, request a code review from one or more of the project's CODEOWNERS

Deployment

  • heroku create your-app-name
  • heroku buildpacks:set heroku/ruby
  • heroku buildpacks:add --index 1 heroku/nodejs
  • git push heroku master
  • heroku run rails db:migrate

froogal-app's People

Contributors

isaacwashere avatar

Stargazers

Roman avatar

Watchers

James Cloos avatar  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.