Create the home screen
Summary
Right now, the website's root is just the API. Instead, the root should be a user-friendly page where users can search for their classes and generate their schedules. For this issue, the following must be done:
- Move the API root to
/api
- Add a new controller named
Home
with the actionhome#index
- Create a placeholder view for
home#index
- Set
home#index
as the website's root
Helpful Links
- Rails namespacing for moving API root.
- rails generate for generating a new controller.
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information