A simple blog application with Asp.net web api and Angular 6
I have followed https://github.com/gothinkster/angular-realworld-example-app for frontend
In this project I have used: ASP.Net Web API ASP.NET Identity Angular 6
Steps to run this project:
-
Build backend project
-
Change connection string from Web.config
-
run Update-Database from package manager console
-
Run the backend application
-
Open frontend application and Install npm packages (run npm install)
-
Give your backend localhost address on environment.ts file
-
Run ng serve --open
Now you are good to browse the site http://localhost:4200 On seed I have created a user with userName: jobaer and password: jobaer