Skip to content

samjefferis/csce_431_readme_example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

README

Introduction

Application Description

Requirements

This code has been run and tested on:

  • Ruby - 3.0.2p107
  • Rails - 6.1.4.1
  • Ruby Gems - Listed in Gemfile
  • PostgreSQL - 13.3
  • Nodejs - v16.9.1
  • Yarn - 1.22.11

External Deps

Installation

Download this code repository by using git:

git clone https://github.com/your_github_here.git

Tests

An RSpec test suite is available and can be ran using:

rspec spec/

Execute Code

Run the following code in Powershell if using windows or the terminal using Linux/Mac

cd your_github_here

docker run --rm -it --volume "$(pwd):/rails_app" -e DATABASE_USER=test_app -e DATABASE_PASSWORD=test_password -p 3000:3000 dmartinez05/ruby_rails_postgresql:latest

cd rails_app

Install the app

bundle install && rails webpacker:install && rails db:create && db:migrate

Run the app rails server --binding:0.0.0.0

The application can be seen using a browser and navigating to http://localhost:3000/

Environmental Variables/Files

** Add instructions/description if your application requires it.

Deployment

** Add instructions about how to deploy to Heroku

CI/CD

TBD

Support

Admins looking for support should first look at the application help page. Users looking for help seek out assistance from the customer.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors