G-Scores is a Ruby on Rails application to search and see some analytics of the Viet Nam High School Graduation Examination 2024
- 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
- Clone the repository
git clone https://github.com/dkdeptrai/g-scores
- Install dependencies
bundle install
- Create database
rails db:create
- Run migrations
rails db:migrate
- Run the seeds.rb file (might take a while because of large dataset)
rails db:seed
- Start the server
rails s
- Open the browser and go to
http://localhost:3000
You can access the live demo here