Bases de Datos
  • ShaderLab 38.8%
  • C# 36.1%
  • GLSL 11.5%
  • HLSL 10.4%
  • sql 3.2%
Find a file
2025-05-21 19:07:26 +02:00
doc docs: add presentation 2025-05-21 19:07:26 +02:00
sql refactor: fix indentation in SQL files and add EOF newline 2025-05-04 10:30:52 +02:00
src hotfix: fix Customers scrollviewContainer size 2025-05-21 02:29:39 +02:00
.gitattributes feat: detect SQL as a language 2025-04-07 16:22:20 +02:00
.gitignore feat: add navigation 2025-05-03 12:27:50 +02:00
LICENSE feat: initial commit 2025-03-07 23:32:10 +01:00
README.md feat(docs): add DB explanations / documentation 2025-04-07 20:22:27 +02:00

Proyecto - Bases de Datos

This repository is dedicated to the 'Bases De Datos' course project.

This course is part of the GITAV (Degree in Engineering for Animation and Video Games) program.

Group members: Khalid Belkassmi E.H., Marta Gonzalez de Castejón, Gonzalo Muñoz, Daniel Miñarro Bernardo.

About this project 💡


The goal: Create an app or a game in Unity that uses data persistence with a relational database.

What are we building: An Admin Panel for managing a store data (products, employees...) and user information.

The Stack: Unity for the front-end, MySQL as the database, C# as the language for both application logic and database interactions.

Documentation

Here you can find a small documentation for our database structure and modelling.

License 📃

This project is licensed under the Apache 2.0 License - see the LICENSE file for details.