The project involves creating an online booking platform specifically for driving schools. This application facilitate the driving schools and its instructors to register under one platform and fasciculate a common person to choose driving school according to his preference (Particular instructor and location)
- Ruby 3.2.2
- Rails 7.1.3
- ruby
- rails
- postgres
bundle install
Change your postgres configuration in database.yml
rails db:createrails db:migraterails db:seed
- Run
rails sand go to localhost:3000