Skip to content

Commit

Permalink
Updating README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Slushnas authored Jul 10, 2018
1 parent b1c23ce commit af213eb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
"# Tome-Rater"
# Tome Rater

## Capstone Introduction
In this capstone, you will create an application called TomeRater that allows users to read and rate books.
The purpose of this capstone is to practice implementing and testing classes in Python. You will be given specifications for methods for 5 different classes that interact with each other. To create these methods you will use your knowledge of lists, loops, dictionaries, strings, control flow, and of course, basic Python syntax! If you need to refresh your memory of these concepts, go back to these lessons in the syllabus.

## Instructions
Run __*populate.py*__ to test functionality of the classes in *TomeRater.py*. There are two lines in *populate.py* that can be uncommented to test error messages for adding a user with an invalid e-mail address and attempting to create a Book instance with an existing ISBN.

0 comments on commit af213eb

Please sign in to comment.