Skip to content

HarisMo993/BlogApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlogApp

You should start by cloning the repository into your local machine

git clone https://github.com/HarisMo993/BlogApp.git

Or

Cloning from the visual studio by choosing field Clone a repository and past https://github.com/HarisMo993/BlogApp.git

Runing migrations and seeding a db

Modify the database connection in the appsettings.json file and execute migration in a package manager console

update-database

Before launching the application, make sure that a database has been added

Get all Blog Posts

1

Get all Blog Posts with Tag

2

Post Blog Post

3

Get all Tags

4

Get Blog Post with slug

5

Put Blog Post with slug

6

Before Delete method look Get all Blog Posts

7

Delete Blog Post with slug

9

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages