Skip to content

A simple blog engine using ASP.NET Core (skill assessment test)

Notifications You must be signed in to change notification settings

alejofv/simple-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-blog

(Skill assesment test)

Objective

Part 1: Build a .Net web app that allows to create, edit and publish text-based blog posts, with an approval flow where two different user types may interact.

Part 2: Build a REST API to manage the posts as an Editor user. The API must expose at least two endpoints: to query the pending posts, and to approve or reject a pending post

Project Specifics

This project is an ASP.NET 6.0 website, which uses a simple json file as backing storage for posts and comments.

There is no authentication, so the two types of users are "simulated" by navigating to the /writer and /editor routes (or using the navigation bar links)

About

A simple blog engine using ASP.NET Core (skill assessment test)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published