An open API service indexing awesome lists of open source software.

https://github.com/massigy/eurocoins-db

This is the third year project for our database management & web programming related course.
https://github.com/massigy/eurocoins-db

Last synced: about 2 months ago
JSON representation

This is the third year project for our database management & web programming related course.

Awesome Lists containing this project

README

        

# EuroCoins-DB
This is third third year project for our database management & web programming related course.

## Warning:

This database setup is wrong in regards of relationships setup. The primary/foreign key setup was not done proprely.

*i.e*:
P06_PieceModele is the one that should of been receiving P06_PiecePays & P06_PieceCaracteristique & P06_PieceTranche
primary keys as foriegn keys and not the other way around.

This miss-conception was fixed in a later project that consisted of creating a simple web app using Symfony to interface
this database.

Link to correction & second project: https://github.com/MassiGy/phpsymfony-EuroCoins-DB-Crud

Checkout the readme for more info.