Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backend Engineering Technical Challenge #301

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open

Conversation

sarusmb
Copy link

@sarusmb sarusmb commented Jan 30, 2024

Hello Hiring Team!

This is my submission for the Backend Engineering Technical Challenge.

I implemented all CRUD functionality for the Encyclopedia app , which allows users to create, view, edit, and delete articles. I also implemented the search functionality to help users find relevant articles based on title, content or author. I also added some more tests to the testing suite and all tests are passing.

This was my first time working with Ruby on Rails and I really enjoyed learning more about Ruby, the Ruby on Rails framework and MVC!

To run:

  1. Clone the repo to your local environment
  2. Make sure you have Ruby and SQLite3 installed
  3. Install dependencies by running bundle install
  4. run rails s and go to localhost:3000/ to view app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant