Giter Site home page Giter Site logo

citra-citoru / blog-tutorial-angular-8-.net-core-2.2-crud Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dileno/blog-tutorial-angular-8-.net-core-2.2-crud

0.0 1.0 0.0 678 KB

Angular 8 blog app with .NET Core 2.2 and Entity Framework back-end

JavaScript 5.41% TypeScript 51.81% HTML 7.88% CSS 0.24% C# 34.66%

blog-tutorial-angular-8-.net-core-2.2-crud's Introduction

Blog

Angular 8 CRUD blog app with .NET Core 2.2 and Entity Framework back-end

Tutorial part 1: Build a Simple CRUD App with Angular 8 and ASP.NET Core 2.2 - part 1 - back-end https://dev.to/dileno/build-a-simple-crud-app-with-angular-8-and-asp-net-core-2-2-part-1-back-end-39e1

Tutorial part 2: Build an Angular 8 App with REST API and ASP.NET Core 2.2 - part 2 https://dev.to/dileno/build-an-angular-8-app-with-rest-api-and-asp-net-core-2-2-part-2-46ap

Prerequisites

For the Angular front-end we'll also use:

If you clone the repo, make sure you setup the database and Entity Framework migrations! This is how:

In Visual Studio 2019:

  1. Remove the contents of the folder Migrations.
  2. Then open the Package Manager Console (Tools->Nuget Package Manager->Package Manager Console).
  3. Run the following commands:
Add-Migration Initial
Update-Database
  1. Now press F5 and run the application. You will have an empty blog list to start with.

Debugging

If you get an error message running the app, first make sure you installed node modules using the npm install command. In VS Code or in the Node.js command prompt, run npm install in the ClientApp folder.

Make sure you've installed the following as well:

  1. Angular CLI using the npm install -g @angular/cli command.
  2. @angular-devkit/build-angular module using the npm install --save-dev @angular-devkit/build-angular command.

blog-tutorial-angular-8-.net-core-2.2-crud's People

Contributors

dileno avatar

Watchers

 avatar

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.