Skip to content

MadhavMakkena/COMP3005A3Q1

Repository files navigation

COMP3005A3Q1

This is a Ruby on Rails application that manages students' information.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed the latest version of ruby, Rails, and rbenv
  • This app was build on:
    • ruby 3.3.0
    • Rails 7.1.3.2
    • rbenv 1.2.0

Installing COMP3005A3Q1

To install COMP3005A3Q1, follow these steps:

  • Clone the repository: https://github.com/MadhavMakkena/COMP3005A3Q1.git
  • Navigate into the project directory: cd COMP3005A3Q1
  • Install the required gems: bundle install
  • Setup the database: rails db:create && rails db:migrate
  • Seed the database: rails db:seed

Starting the app

  • Start the Rails server: rails server
  • Navigate to http://127.0.0.1:3000 or http://localhost:3000 or the specified address in rails server logs

Youtube demo

Just incase the youtube link does not work here is a lower quality video demo

3005A3q1_smaller.mov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published