diff --git a/.gitignore b/.gitignore index f51df2f..288b7e9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Repository specific .vscode/** +.idea/** migrations/** app.db keys.json diff --git a/README.md b/README.md index 813e3fd..237e25a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # the-office A project dedicated to The Office. Find, Like, and Share quotes from The Office. + +## About + +The purpose of this website is to catalog and display every quote from "The Office" with ultra high functionality. + +One should be able to search by Season, Episode, Character, and of course, Text, while returning smartly matched fuzzy results. + +Speed and functionality is key, in that every database model can be regenerated \ No newline at end of file