From fa93dbdcf0035445bed40562ca21ef57f665f821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tommy=20=C3=96man?= Date: Mon, 2 Oct 2023 09:00:09 +0200 Subject: [PATCH] Created md-file --- README.md | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 68 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c18fefb..535d4ef 100644 --- a/README.md +++ b/README.md @@ -1 +1,68 @@ -# EmployeeDbApp \ No newline at end of file +# EmployeeDbApp + +Demoprogram, fullstack. + +## Description + +Tim Corey has a Youtube demo on how to create a kind of simple "fullstack" application +It consists of a DB-project; creating a DB (EmployeeDb) with one table and a Stored procedure to get its contents. +There is a class-library; handling entities and data manipulation +An Api to publish the communication wirh DB +There is also an Mvc web-application to consume the apis data +Another type of client is also present, a simple winforms app + +## Getting Started + +### Dependencies + +* Microsoft Visual Studio Community 2022 (64-bit) - Current Version 17.7.4 +* Dapper for DB +* + +### Installing + +* How/where to download your program +* Any modifications needed to be made to files/folders + +### Executing program + +* How to run the program +* Step-by-step bullets +``` +code blocks for commands +``` + +## Help + +Any advise for common problems or issues. +``` +command to run if program contains helper info +``` + +## Authors + +Contributors names and contact info + +ex. Dominique Pizzie +ex. [@DomPizzie](https://twitter.com/dompizzie) + +## Version History + +* 0.2 + * Various bug fixes and optimizations + * See [commit change]() or See [release history]() +* 0.1 + * Initial Release + +## License + +This project is licensed under the [NAME HERE] License - see the LICENSE.md file for details + +## Acknowledgments + +Inspiration, code snippets, etc. +* [awesome-readme](https://github.com/matiassingers/awesome-readme) +* [PurpleBooth](https://gist.github.com/PurpleBooth/109311bb0361f32d87a2) +* [dbader](https://github.com/dbader/readme-template) +* [zenorocha](https://gist.github.com/zenorocha/4526327) +* [fvcproductions](https://gist.github.com/fvcproductions/1bfc2d4aecb01a834b46) \ No newline at end of file