/CARE

"C.A.R.E. - Centro Accoglienza Regionale Ematica". "C.A.R.E. - Centro Accoglienza Regionale Ematica". A bloodbag share system manager. Written in Java: using spring and tomcat, managing the authentication. DBMS: MySQL and MongoDB. web languages used are: HTML, PHP, CSS, Javascript

Primary LanguageHTMLCreative Commons Zero v1.0 UniversalCC0-1.0

Università degli studi del Sannio

Esame di Ingegneria del Software - a.a. 2020/2021

Proposta di Formazione di un Gruppo

C++ Var Types

"C.A.R.E. - Centro Accoglienza Regionale Ematica"

Progetto per la fornitura di un sistema software per la gestione integrata delle scorte di sangue per la rete dei centri trasfusionali territoriali di "UnaRegione"

Versione 1 del 17.03.2021

Checkout the documentation on the Wiki page [lang: IT]:

==Slides==

==License==

Licenze Creative Commons - CC BY-NC-SA.
It allows you to distribute, modify, create derivative works from the original, but not for commercial purposes, provided that you: acknowledge adequate authorship, provide a link to the license and indicate if any changes have been made; and that the new work is given the same license as the original (therefore any derivative work will not be permitted for commercial use).

==Installation==

Prerequisites:

  • MySQL >= 8.0 on localhost:3306
  • ../../URI.xml with your personal MongoDB credentials:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties>
   <entry key="username"></entry>
   <entry key="password"></entry>
   <entry key="db_host">.ksjti.mongodb.net/test</entry>
   <entry key="db_name">CARE</entry>
   <entry key="requests">requests</entry>
   <entry key="bloodbags">bloodbags</entry>
</properties>

==Screenshot==