Point Of Sales
beaverNet
This is an implementation of a minimal Point of Sales in Microsoft ASP.NET Core 3.1, based on MVC architectural pattern using code first aproach with Entity Framework on local machine using Microsoft SQLite Database.

Features
Pre-requisites
Installation
- Clone the repo
git clone https://github.com/JulioMelchorPinto/beaverNet.POS - Change directory:
cd beaverNet.POS - Restore packages:
dotnet restore beaverNet.POS.sln - Run .Net project:
F5 from either Visual Studio IDE OR VScode:
Note: If you are running using Visual Studio Code, install dev certificates using command:
dotnet dev-certs https --trust
