Coder Social home page Coder Social logo

dbproject's Introduction

DBProject

Progetto Basi di Dati : Hospital

Per poter utilizzare il nostro applicativo prima di tutto bisogna avere i seguenti software installi sul proprio computer :

  • MySql Server
  • MySql Connector Net
  • MySql for Visual Studio
  • Visual Studio 2019

Una volta caricata la soluzione all'interno del vostro Visual Studio sarà necessario installare una serie di pacchetti attraverso la voce "tool"->"NuGet" I pacchetti da installare saranno :

  • EntityFramework
  • MySql.Data
  • MySql.Data.EntityFramework

Una volta installati tutti questi pacchetti, sarà necessario collegare il vostro DB a Visual Studio. E successivamente cambiare la stringa di connessione all'interno del file Web.Config, tale stringa andrà modificata con le vostre credenziali ed i vostri dati.

<add name="HospitalEntities" connectionString="metadata=res://*/Models.DBModel.csdl|res://*/Models.DBModel.ssdl|res://*/Models.DBModel.msl;provider=MySql.Data.MySqlClient;provider connection string=&quot;server=127.0.0.1;user id=NAMEID;password=PASSWORD;database=hospital&quot;" providerName="System.Data.EntityClient" />

Una volta collegato correttamente il vostro Data Base, si proceda cliccando sul menu a sinitra, navigando nella cartella Views -> Home -> Index.cshtml, basterà lanciare il nostro applicativo semplicemente premendo CTRL + F5 e verrete catapultati sul nostro gestionale.

dbproject's People

Contributors

matteoiorio11 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.