Flaviojcf / epadoca-challenge

Este projeto é uma solução para o desafio da Epadoca.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

epadoca-WebVersion

Contributors Forks Stargazers Issues LinkedIn


Logo

This project is a solution to the epadoca challenge
Explore the code »

Table of Contents
  1. About The Project
  2. Contact

Screenshots

Built With

  • Asp
  • Bootstrap
  • Jquery
  • Ajax
  • SQL-Server
  • Entity-Framework

Installation

  1. Clone the repo

    git clone https://github.com/Flaviojcf/epadoca-challenge.git
  2. Go to Pre-requisites

  3. In Visual Studio Code

    Install ef

    dotnet tool install --global dotnet-ef

    Update the migration

    dotnet ef database update

    Run the project

    dotnet run
  4. In Visual Studio

    Open the package manager console and write: "Update-Database -Context BakeryDbContext"
  5. Run the project

    Run the project

Pre-requisites

  • SQL Server
    https://www.microsoft.com/pt-br/sql-server/sql-server-downloads
  • Create a user in database and change the authentication mode in SQL Server
    https://learn.microsoft.com/pt-br/sql/database-engine/configure-windows/change-server-authentication-mode?view=sql-server-ver16
  • Set the path to database and user informations in appsettings.json
    Example: "DataBase": "Server='path-database-example';Database='database-name-example';User Id='user-id-example';Password='user-password-example'"

Contact

@flavio_jCosta - flaviojcostafilho@gmail.com

Project Link: https://github.com/Flaviojcf/epadoca-challenge

(back to top)

About

Este projeto é uma solução para o desafio da Epadoca.


Languages

Language:HTML 38.6%Language:C# 34.0%Language:CSS 25.4%Language:JavaScript 2.1%