Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.7 KB

README.md

File metadata and controls

46 lines (36 loc) · 1.7 KB

AspNetCore-Runtime Code Sync ASP.NET Core CI .NET Core

Point Of Sales

beavernet 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

  1. Clone the repo
    git clone https://github.com/JulioMelchorPinto/beaverNet.POS
  1. Change directory:
    cd beaverNet.POS
  1. Restore packages:
    dotnet restore beaverNet.POS.sln
  1. 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
    

paypal]