Skip to content

TheCoreBlog is a very simple project that uses an ASP.Net Core 2.0 Web API as backend to store mini Blog items on a local SQL Server DB, and an Angular 4 frontend to interact with the user. ** The project is purely for introductory demonstration purposes on how to build an Angular 4 application using Visual Studio Code and consume a backend API.…

Notifications You must be signed in to change notification settings

rgxcode/thecoreblog-angular4-restfulapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

The main idea of this project is really to rather make an introductory demonstaration of how a component-based Angular4 project can be built to consume the backend API/ how we can utilize the power of CSS grids in our Angular 4 front-end design/ how we can debug our Angular4 application using Visual Studio Code.

The project uses an ASP.Net Core 2.0 Web API as backend to store mini Blog items on a local SQL Server DB. For questions or comments, please write to ranajoy121@gmail.com

Getting Started

  1. Please install Visual Studio Code from https://code.visualstudio.com/

  2. To install and use the Angular CLI as well as to run the Angular application server, we first need the Node.js JavaScript runtime and npm (the Node.js package manager) installed. npm is included with Node.js. Node.js can be downloaded from https://nodejs.org/en/

  3. In order for the backend API to run on the local server, you must have Visual Studio (2015 or higher, with support for .Net Core 2.0) installed on your machine. You may then open the TCB API project with your Visual Studio and run on the local IISExpress.

Screenshots of the Angular 4 app

  1. https://pasteboard.co/H2qxJa8.png
  2. https://pasteboard.co/H2qyf9T.png

About

TheCoreBlog is a very simple project that uses an ASP.Net Core 2.0 Web API as backend to store mini Blog items on a local SQL Server DB, and an Angular 4 frontend to interact with the user. ** The project is purely for introductory demonstration purposes on how to build an Angular 4 application using Visual Studio Code and consume a backend API.…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published