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

Update README.md #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 5 additions & 6 deletions README.md
Expand Up @@ -18,12 +18,11 @@ CareZone contact with any questions you may have.

## Project Description

Imagine your company has just acquired another company. Unfortunately, they
never used a database, and instead stored all of their data in a tab-delimited
file. *Yes, we know this is ridiculous.* We need to create a way for the
company to import their data into a database. Your task is to create a web
application (using Ruby on Rails) that accepts file uploads and stores it in a
relational database.
Imagine your company has partnered with a business intelligence vendor. They
have an automated job that sends over data as a tab-delimited file. They're old
school. We need to create a way for the company to import their data into a
database. Your task is to create a web application (using Ruby on Rails) that
accepts file uploads and stores it in a relational database.

Here's what your application must do:

Expand Down