- About
A simple CRUD application to for registration of students and courses
- Ruby version
3.2.2
- Rails version
7.1.2
- Setup Instructions
- Clone the repository to your local machine
- CD Into the repository directory
- Run
bundle exec rake db:create
- Run
bundle exec rake db:migrate
- Run
bundle exec rake db:seed
- Run
rails server
to start the application - Navigate to localhost:3000/students to interact with the applciation