1
Fork 0
mirror of https://github.com/Steffo99/alexandria.git synced 2024-10-16 13:37:27 +00:00
Piattaforma per organizzare e condividere la propria libreria multimediale
Find a file
2020-04-18 17:30:39 +02:00
img Added Gerarchia2.drawio (ho pensato di conservare anche il diagramma originale oltre all'immagine png, nel caso voglia modificarlo) 2020-04-18 17:30:39 +02:00
Autoassociazione.md Aggiorna... un po' di tutto 2020-04-12 02:52:42 +02:00
chiaviprimarieesterne.md Cambia alcune parole in chiaviprimarieesterne.md 2020-04-13 18:13:46 +02:00
CONTRIBUTING.md Aggiungi alcuni metadati per GitHub 2020-03-28 00:15:01 +01:00
descrizione.md Update descrizione.md 2020-03-30 12:07:16 +02:00
glossario.md locandina 2020-04-03 21:38:14 +02:00
LICENSE.md Aggiungi alcuni metadati per GitHub 2020-03-28 00:15:01 +01:00
Makefile Aggiorna... un po' di tutto 2020-04-12 02:52:42 +02:00
README.md Aggiorna... un po' di tutto 2020-04-12 02:52:42 +02:00
schema-finale.drawio Elimina testo non connesso a nulla 2020-04-12 01:18:12 +02:00
schema-scheletro.drawio Usa collegamenti generici nello schema scheletro 2020-04-02 18:22:09 +02:00
spec.pdf Aggiungi alcuni metadati per GitHub 2020-03-28 00:15:01 +01:00

alexandria

A database for an hypotetical website for users to organize and share their media library.

Made as a collaboration between @Steffo99 and @Cookie-CHR for the Basi di Dati exam at Unimore.

This project is still a work in progress!

Parts of this project may be in Italian, as the Basi di Dati course is in Italian.

Specification

The specification for the project is available in the spec.pdf file.

Tasks

Compiling

Requirements

Instructions

To create PDF files from the Markdown sources in this project, you can run the Makefile with the make command, or compile them manually with the following command:

pandoc -o filename.pdf filename.md