This a basic web application using MVC + ASP .Net Core 2.2 + SQLite + C# builded in Visual Studio 2019 - Mac
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/
Open the terminal and type : git clone https://github.com/teonett/NetCoreBookStore.git You will need to type the commands below to download the dependencies, compile, create database and run the application Dawnload de dependencies - dotnet restore Compile application - dotnet rebuild Create Database - dotnet ef database update Run the application - dotnet runHosting environment: Development
Now listening on: https://localhost:5001
Now listening on: http://localhost:5000
Application started. Press Ctrl+C to shut down
After this steps you need openthe browser and type the url : https://localhost:5001







