Skip to content

A Stock Trading App where traders can visit the stock market and buy and sell units from available stocks while an admin can manage the user accounts

Notifications You must be signed in to change notification settings

tknlibunao/penguinvest

 
 

Repository files navigation

Hi there 👋

This repo serves as the main repo for our Rails Projects.

Version

  Ruby 2.7.2
  Rails 6.0.3.4
  NodeJS 12.18.3
  Yarn 1.22.4

Installation

Fork this repo: image

Then, clone your forked repo to your machine

  $ git clone git@github.com:<username>/rails-base-project.git <name of your app>
  $ cd <name of your app>

Setup

  $ bundle install
  $ rake db:setup

Starting the application

  $ rails server

How to run the test suite

  $ rspec

How to run the Ruby Linter

  $ rubocop

How to enable Github Workflow

Screen Shot 2021-03-23 at 10 10 52 PM

Screen Shot 2021-03-23 at 10 11 12 PM

About

A Stock Trading App where traders can visit the stock market and buy and sell units from available stocks while an admin can manage the user accounts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 62.9%
  • Haml 15.6%
  • HTML 11.0%
  • SCSS 8.1%
  • JavaScript 2.4%