- Ruby 3.1.2
- Rails 7.0.4
- Postgresql 1.1
-
Clone the repository git clone https://github.com/agarwalrashika00/quizathon.git
-
- Copy the following files to /config folder having appropriate api keys and/or credentials
database.yml.example => database.yml
- Install required gems
bundle install
- Create database
bundle exec rake db:create
- Run migrations
bundle exec rake db:migrate
- Start rails server bundle exec rails server
- Go to http://localhost:3000