Skip to content

Commit 1fab00c

Browse files
authored
Update Project_Description.md
1 parent 0f50704 commit 1fab00c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Project_Description.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,3 +180,17 @@ from articles, authors
180180
where articles.author = authors.id;
181181
```
182182
Try these queries on your `news` database! Look for other relationships that can work with `join`.
183+
184+
## Project Submission
185+
186+
Once you've completed the project, submit it for review.
187+
188+
[Take a look at the project rubric here](https://review.udacity.com/#!/rubrics/277/view). These are the code standards that your reviewer will be using to evaluate your code.
189+
190+
Your submission should include:
191+
192+
- **Your program's source code.** Usually this will be one source code file.
193+
- **An example of your program's output.** This will be a plain text file that is a copy of what your program printed out.
194+
- **A README.md file** This is a Markdown text file in which you describe the design of your code and how to run it. If you created any views in the database, make sure to put the create view commands into the README file. For more information on writing good READMEs, see [this course](https://classroom.udacity.com/courses/ud777).
195+
196+
You do not need to include the database, the newsdata.sql file, or any other files besides these.

0 commit comments

Comments
 (0)