mirror of
https://github.com/Steffo99/alexandria.git
synced 2024-11-21 13:24:18 +00:00
Piattaforma per organizzare e condividere la propria libreria multimediale
img | ||
.gitignore | ||
1-descrizione.md | ||
2-glossario.md | ||
3-1-schema-scheletro.drawio | ||
3-1-schema-scheletro.md | ||
3-2-gerarchie.md | ||
3-3-autoassociazioni.md | ||
3-4-relazioni.md | ||
chiaviprimarieesterne.md | ||
CONTRIBUTING.md | ||
LICENSE.md | ||
Makefile.mk | ||
README.md | ||
schema-finale.drawio | ||
schema-logico.md | ||
tabelle.md |
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.
Report structure
- Descrizione
- Glossario
- Progettazione concettuale
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