aheroglu / blogify

Blogify is a simple service-based application developed with ASP.NET Core Web API & Angular.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blogify

Blogify is a simple service-based application developed with ASP.NET Core Web API & Angular.

To Begin

First, you should create database. For this , you must be located in the server directory.

Open Terminal and write this:

cd src/server

After you need write this line:

dotnet ef migrations add Initialize

Then you should write:

dotnet ef database update

Now, your database created in server folder. Some seed data creating when database creating.

When you create database, you can be located the client folder. Open another terminal and write this:

cd src/client

Before run client app you need install npm packages. Write this:

npm install

And you can start client app:

ng serve --open

Important!

You need run client and server apps same times. For this open different terminals. You can use first terminal for run client app and you can use second terminal for run server app.

Support

For support, email aheroglu@outlook.com

About

Blogify is a simple service-based application developed with ASP.NET Core Web API & Angular.


Languages

Language:C# 41.3%Language:TypeScript 38.0%Language:HTML 12.2%Language:CSS 8.5%