1
Fork 0
mirror of https://github.com/Steffo99/alexandria.git synced 2024-11-22 05:44:19 +00:00
bdd-2020-alexandria/README.md

39 lines
1.2 KiB
Markdown
Raw Normal View History

2020-03-24 17:29:38 +00:00
# `alexandria`
2020-03-18 15:51:45 +00:00
2020-03-27 23:15:01 +00:00
A database for an hypotetical website for users to organize and share their media library.
2020-03-18 15:51:45 +00:00
2020-03-27 23:15:01 +00:00
Made as a collaboration between [@Steffo99](https://github.com/Steffo99/) and [@Cookie-CHR](https://github.com/Cookie-CHR) for the [Basi di Dati](http://personale.unimore.it/rubrica/contenutiad/rmartoglia/2019/58030/N0/N0/9999) exam at [Unimore](https://www.unimore.it/).
> 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](/spec.pdf).
2020-04-12 00:52:42 +00:00
## Tasks
2020-03-18 15:51:45 +00:00
2020-03-26 00:47:16 +00:00
- [x] [Descrizione](/descrizione.md)
- [x] [Glossario](/glossario.md)
2020-04-12 00:52:42 +00:00
- [x] [Schema scheletro](/schema-scheletro.drawio)
- [x] [Identificazione delle autoassociazioni](/autoassociazione.md)
- [x] [Identificazione delle chiavi esterne](/chiaviesterne.md)
- [ ] ...?
- [x] [Schema finale](/schema-finale.drawio)
## Compiling
### Requirements
- [Pandoc](https://pandoc.org/)
- [MiKTeX](https://miktex.org/)
### 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:
```bash
pandoc -o filename.pdf filename.md
```