Project Online shopping portal
1 min read

Project Online shopping portal

This is my first project and it was great fun!

INTRODUCTION

It’s easy as one-two-three

A fictional online coffee store where the customer can have their coffee delivered to anywhere in the world in 8 seconds.

FRAMEWORK

ASP.NET CORE MVC

The app is built using the MVC design pattern in ASP.NET Core

API

ASP.NET Core Web API

All CRUD operations is made using a ASP.NET Core Web API project in the same solution to an in memory datastorage.

API

Azure cloud hosting with CD from GitHub

The app is hosted in Azure App Service and configured for automatic deployment from a GitHub repository.

The project also features

  • Repository pattern
  • Javascript
  • Json serialize / deserialize
  • Events
  • And more…