Coder Social home page Coder Social logo

angularexampleshub / contact-app Goto Github PK

View Code? Open in Web Editor NEW
16.0 3.0 18.0 2.29 MB

Contact Application using ASP.NET Core Web API, Angular 6.0, and Visual Studio Code

Home Page: https://angularexampleshub.github.io/

C# 0.14% JavaScript 99.40% TypeScript 0.35% HTML 0.10% CSS 0.01%
angular6 asp-net-core-2 visual-studio-code angular-material-6 asp-net-core-web-api

contact-app's Introduction

Contact Application

Contact Application using ASP.NET Core Web API 2.1, Angular 6.0, Angular Material UI 6 and Visual Studio Code.

Prerequisite

.Net Core 2.1.5
NodeJS 8.11.0
npm 5.6.0
Angular CLI 6.0

Setup Project

git clone https://github.com/AngularExamplesHub/contact-app.git

install npm packages and restore dotnet nuget pakages in command promt:

npm install
dotnet restore

Update Connectionstring in Appsettings.json file

"ConnectionStrings": { "ContactDb": "Data Source=.\SQLEXPRESS;Initial Catalog=ContactDb;Integrated Security=True" }

Update Database

dotnet ef database update

build angular component

ng build

run project

dotnet run

Step By Step Articles:

In the article, we will set up ASP.NET Core Web API project, and develop the Web API for contact CRUD operations.

In the article, we will setup Angular 6 within ASP.NET Core Web API Project, and develop the contact form & list component using Angular Material UI that will consume Web API which we have created in Part One.

In this article, we are going to deploy/host a contact application with Visual Studio code to Azure web apps.

In this article, we will look into steps for contact application - upgrade Asp.net Core 2.0 to 2.1, please see my previous articles about how we developed contact application.

ScreenShots

Alt text

Alt text

contact-app's People

Contributors

jayeshagrawal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

contact-app's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.