|
| 1 | +# Overview |
| 2 | + |
| 3 | +{Important! Do not say in this section that this is college assignment. Talk about what you are trying to accomplish as a software engineer to further your learning.} |
| 4 | + |
| 5 | +{Provide a description the software that you wrote and how it integrates with a SQL Relational Database. Describe how to use your program.} |
| 6 | + |
| 7 | +{Describe your purpose for writing this software.} |
| 8 | + |
| 9 | +{Provide a link to your YouTube demonstration. It should be a 4-5 minute demo of the software running, a walkthrough of the code, and a view of how created the Relational Database.} |
| 10 | + |
| 11 | +[Software Demo Video](http://youtube.link.goes.here) |
| 12 | + |
| 13 | +# Relational Database |
| 14 | + |
| 15 | +{Describe the relational database you are using.} |
| 16 | + |
| 17 | +{Describe the structure (tables) of the relational database that you created.} |
| 18 | + |
| 19 | +# Development Environment |
| 20 | + |
| 21 | +{Describe the tools that you used to develop the software} |
| 22 | + |
| 23 | +{Describe the programming language that you used and any libraries.} |
| 24 | + |
| 25 | +# Useful Websites |
| 26 | + |
| 27 | +{Make a list of websites that you found helpful in this project} |
| 28 | +* [Web Site Name](http://url.link.goes.here) |
| 29 | +* [Web Site Name](http://url.link.goes.here) |
| 30 | + |
| 31 | +# Future Work |
| 32 | + |
| 33 | +{Make a list of things that you need to fix, improve, and add in the future.} |
| 34 | +* Item 1 |
| 35 | +* Item 2 |
| 36 | +* Item 3 |
0 commit comments