Skip to content

sarusmb/eng-intern-assessment-rails

 
 

Repository files navigation

Shopify Engineering Internships Backend Technical Challenge

This is a Ruby on Rails Application created for Shopify's Engineering Internship Program 2024.

Project Overview

The Rails application is an implementation of an Encyclopedia, which allows users to create, view, edit, and delete articles. The application also provides search functionality to help users find relevant articles.

Getting Started

To get started with this project, follow these steps:

  1. Clone the repository to your local development environment.
  2. You will need to install Ruby and SQLite3
  3. Install the necessary dependencies by running bundle install in the project directory.
bundle install
  1. Run the server in the application directory in the terminal
bin/rails server
  1. Go to localhost:3000 to view the app

  2. To run the test suite

bin/rails test

About

A Starter repo for Shopify Rails Intern assessments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 70.1%
  • HTML 20.8%
  • Dockerfile 4.2%
  • JavaScript 2.9%
  • CSS 1.6%
  • Shell 0.4%