Jaye Eldon Engelhardt

Logo

CSCI 496: Senior Portfolio
In partial fulfillment of the requirements for the degree of Bachelor of Science in CyberSecurity (class of 2024)

View My Resume

View My LinkedIn Profile

View My GitHub Profile

Back to Portfolio

Run For The Huns

Project description

A website to support that informs the public of a 5K race that a charity is putting on to raise money. The website is support on different platforms including desktops, tablets and mobile phones. The public part of the website display information about the charity, and information about the race. The private part of the website is for registered 5k runners. You can sign up as a team or as an individual, you can also change later. Once you are a registered user you will be able to see the race day schedule, teammates and a map of the route of the race.

How to compile and run the program

How to compile (if applicable) and run the project.

First Installation

  1. To get started with the app, clone the repo, install the needed gem and migrate the database:
gem install bundler -v 2.3.14
bundle _2.3.14_ config set --local without 'production'
bundle _2.3.14_ install
rails db:migrate

Testing and Deployment

  1. To test suite to verify that everything is working correctly:
rails test
  1. When the test suite passes, you’ll be ready to run the app in a local server:
rails server

UI Design

Fig 1. The Home screen.
screenshot

Fig 2. The Sign Up Page.
screenshot

Fig 3. Contact Page.
screenshot

Fig 4. Team Page.
screenshot

Fig 5. The Login Screen.
screenshot

Fig 6. About Screen.
screenshot

Fig 7. Help Page.
screenshot

Fig 8. Admin Page.
screenshot



For more details see GitHub Flavored Markdown.

Back to Portfolio