|
| 1 | +# ASP.NET Core MVC - Employee CRUD App |
| 2 | + |
| 3 | +This is a simple CRUD application using .Net Core as a framework, Entity Framework Core for the ORM, SQL Server for a relational database, and Azure App Services for deployment. |
| 4 | + |
| 5 | +## Getting Started |
| 6 | + |
| 7 | +These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system. |
| 8 | + |
| 9 | +Clone the repo. The repo will contain a dotnet core 3.1.1 solution, a docker file to run the container. Run the docker file, run sql server |
| 10 | + |
| 11 | +### Prerequisites |
| 12 | + |
| 13 | +You're going to need Visual Studio, Docker and SQL Server. |
| 14 | + |
| 15 | +``` |
| 16 | +Give examples |
| 17 | +``` |
| 18 | + |
| 19 | +### Installing |
| 20 | + |
| 21 | +A step by step series of examples that tell you how to get a development env running |
| 22 | + |
| 23 | +Say what the step will be |
| 24 | + |
| 25 | +``` |
| 26 | +Give the example |
| 27 | +``` |
| 28 | + |
| 29 | +And repeat |
| 30 | + |
| 31 | +``` |
| 32 | +until finished |
| 33 | +``` |
| 34 | + |
| 35 | +End with an example of getting some data out of the system or using it for a little demo |
| 36 | + |
| 37 | +## Running the tests |
| 38 | + |
| 39 | +Explain how to run the automated tests for this system |
| 40 | + |
| 41 | +### Break down into end to end tests |
| 42 | + |
| 43 | +Explain what these tests test and why |
| 44 | + |
| 45 | +``` |
| 46 | +Give an example |
| 47 | +``` |
| 48 | + |
| 49 | +### And coding style tests |
| 50 | + |
| 51 | +Explain what these tests test and why |
| 52 | + |
| 53 | +``` |
| 54 | +Give an example |
| 55 | +``` |
| 56 | + |
| 57 | +## Deployment |
| 58 | + |
| 59 | +Create a Azure account and publish the app from Visual Studio. |
| 60 | + |
| 61 | +## Built With |
| 62 | + |
| 63 | +* [ASP.NET Core](https://docs.microsoft.com/en-us/aspnet/core/?view=aspnetcore-3.1) - The web framework used |
| 64 | +* [Entity Framework Core](https://docs.microsoft.com/en-us/ef/core/) - O/RM or Object-Relational Mapper |
| 65 | +* [dotnet CLI](https://docs.microsoft.com/en-us/nuget/quickstart/install-and-use-a-package-using-the-dotnet-cli) - dotNET CLI |
| 66 | +* [Docker](https://www.docker.com/) - PaaS |
| 67 | +* [Azure Web Services](https://rometools.github.io/rome/) - Used for Deployment |
| 68 | + |
| 69 | +## Contributing |
| 70 | + |
| 71 | +Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us. |
| 72 | + |
| 73 | +## Authors |
| 74 | + |
| 75 | +* **Carlton Stith** - [@carltonstith](https://twitter.com/carltonstith) |
| 76 | + |
| 77 | +See also the list of [contributors](https://github.com/your/project/contributors) who participated in this project. |
| 78 | + |
| 79 | +## License |
| 80 | + |
| 81 | +This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details |
| 82 | + |
| 83 | +## Acknowledgments |
| 84 | + |
| 85 | +* [CodeAffection](https://www.youtube.com/watch?v=AHqIrJ_PlPY&t=2047s) |
0 commit comments