Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

realliance/senior-accounts

Repository files navigation

Game Accounts Service

Senior Design CEN4914 Spring 2021

Dependencies

  • Git
  • Ruby 3.0.0 with RubyGems

Getting Started

# Install gems
bundle install

# Start local rails server
rails server

Pre-Commit

This repository uses the pre-commit tool to facilitate some automatic code corrections.

Before beginning coding, install pre-commit and setup the hook:

# Install git hook
pre-commit install

# Manually run pre-commit
pre-commit run --all-files

Running tools

# Lint and check style of code
rubocop

# Run unit tests
rails spec

# Check database consistency
database_consistency

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published