Git Product home page Git Product logo

gradebook's Introduction

README

The bottom of readme addresses creating and running the app after proper installations.

Ruby Script Application

  • Rails version - Above or Equal to 6.0.0 (recent)
  • Ruby version -- (recent)
  • Database type -- postgres

Installations

For Ubuntu:

-Upgrade Ruby

  • rvm install ruby

-install g++

  • sudo apt-get update
  • sudo apt-get install g++

For Windows

Choose one of two options...

-Download Windows subsystem for linux

Follow the instructions on this link https://gorails.com/setup/windows/10

-Download a Virtual Machine

A virtual machine can be used to simulate a Linux environment if the previous step did not work. I recommend Virtual Box (https://www.virtualbox.org/) as it offers a wide range of linux options. For the purposes of this app choose an ubuntu environment.

For Mac

Use the following guide with your Mac version to download ruby. https://gorails.com/setup/osx/10.13-high-sierra

Create and Run Rails Application

  • Once downloaded from github make sure you are in the gradebook directory (.../gradebook)
  • bundle install
  • (may need to install yarn)
  • webpacker:install
  • rails db:create
  • rails db:migrate
  • rails db:seed

Run Applicaiton

  • rails server or rails s
  • Open browser (like Google Chrome) and go to localhost:3000

gradebook's People

Contributors

aaron98990 avatar

Watchers

 avatar

gradebook's Issues

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.