mochsner / ConsoleBooks

A command line UI implementation of Google Books with .NET Core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Console Books, A CLI-based Reading List


Linux Run Instructions

  • Install .NET Core 2.1+ here
  • Clone this repository: git clone https://github.com/mochsner/ConsoleBooks
  • Navigate into the ConsoleBooks directory on an administrative shell (i.e. bash or powershell) cd ./ConsoleBooks
  • Build the project dotnet build
  • Run the .exe generation command dotnet publish -c Debug -r win10-x64
  • Create the Database
dotnet tool install --global dotnet-ef
dotnet add package Microsoft.EntityFrameworkCore.Design
dotnet ef migrations add InitialCreate
dotnet ef database update
  • Navigate further down to find the ConsoleTest.exe, running it:
    cd .\ConsoleBooks\bin\Debug\netcoreappX.Y\win-10-x64

References

About

A command line UI implementation of Google Books with .NET Core


Languages

Language:C# 100.0%