Skip to content

Repository files navigation

ProductApp

Simple RESTful web service that performas CRUD operations for Products.

How to run

Standard Visual Studio way to run/test the application.

Features implemented

EntityFrameword in-memory database

For simplicity, I chose EF in-memory database.

Unit testing covers Controllers

For good programming practice, we should achieve >80% unit testing coverage. Due to time limitation, this project has only controller covered.

JWT Bearer authentication covered Create, Update and Delete.

We should have Role Based Access Control to have a achieve better authentication/authorisation practice. Specifically, assign user roles, but use permissions to control the access. Due to time limitation, I only implemented the most basic authentication, i.e. protecting the non-idempotent operations.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages