Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.02 KB

README.md

File metadata and controls

55 lines (37 loc) · 1.02 KB

G-Scores

G-Scores is a Ruby on Rails application to search and see some analytics of the Viet Nam High School Graduation Examination 2024

Requirements

  • Name: g-scores
  • Ruby version: 3.3.4
  • Rails version: 7.1.4
  • Bundler version: 2.55.2
  • Database: PostgreSQL
  • Redis: 6.2.6 Make sure you have a local redis instance running at port :6379

Installation Steps

  1. Clone the repository
git clone https://github.com/dkdeptrai/g-scores
  1. Install dependencies
bundle install
  1. Create database
rails db:create
  1. Run migrations
rails db:migrate
  1. Run the seeds.rb file (might take a while because of large dataset)
rails db:seed
  1. Start the server
rails s
  1. Open the browser and go to http://localhost:3000

Live Demo

You can access the live demo here