Skip to content

A simple CRUD application for creating students and registering them to courses

Notifications You must be signed in to change notification settings

asmithgovcio/courses

Repository files navigation

README

  • About

A simple CRUD application to for registration of students and courses

  • Ruby version

3.2.2

  • Rails version

7.1.2

  • Setup Instructions
  1. Clone the repository to your local machine
  2. CD Into the repository directory
  3. Run bundle exec rake db:create
  4. Run bundle exec rake db:migrate
  5. Run bundle exec rake db:seed
  6. Run rails server to start the application
  7. Navigate to localhost:3000/students to interact with the applciation

About

A simple CRUD application for creating students and registering them to courses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published