carltonstith / asp-dot-net-core-mvc-crud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASP.NET Core MVC - Employee CRUD App

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.

employeeCRUD Live link

Getting Started

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.

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

Prerequisites

You're going to need Visual Studio, Docker and SQL Server.

Give examples

Installing

A step by step series of examples that tell you how to get a development env running

Say what the step will be

Give the example

And repeat

until finished

End with an example of getting some data out of the system or using it for a little demo

Running the tests

Explain how to run the automated tests for this system

Break down into end to end tests

Explain what these tests test and why

Give an example

And coding style tests

Explain what these tests test and why

Give an example

Deployment

Create a Azure account and publish the app from Visual Studio. Currently unable to deploy to Azure using .Net Core 3.1. I will keep an eye on this deployment issue + github issue and update when the SDK becomes available.

Built With

Contributing

Please read feel free to submit a pull request

Authors

License

This project is licensed under the MIT License

Acknowledgments

About


Languages

Language:C# 94.5%Language:HTML 4.2%Language:CSS 1.0%Language:JavaScript 0.3%