Skip to content

RaulEstevezA/uoc_devnet

Repository files navigation

GenteFit (.NET) — Academic Project

GenteFit overview

GenteFit is a desktop application developed in C# (.NET / WinForms) as part of the academic course
“Técnicas de persistencia de datos con .NET y programas ERP” at the Universitat Oberta de Catalunya (UOC).

It is a gym management application designed to support daily operations such as user management, activity scheduling, room assignment, and client reservations.

This repository contains the complete project developed during the course, including application design, layered architecture, data persistence using ADO.NET, and XML handling.
As an extension of the core .NET application, the project also includes integration with the ERP system Odoo using Python.

The project is also presented as part of a professional portfolio developed by the Dev.Net team.


Documentation

Extended documentation is available in both languages:


Dependencies & Requirements

Technical requirements and external libraries are documented separately:


Team

This project was developed by the Dev.Net team:


License

This project is licensed under the MIT License. See the LICENSE file for details.


Notes

  • To use all features, you must set up:
    • A SQL Server database for the .NET application
    • An Odoo instance (ERP) for the integration features
  • Credentials are not stored in the repository:
    • .NET: copy appsettings.json.exampleappsettings.json and update the SQL Server connection string
    • Python/Odoo: copy .env.example.env and update the Odoo connection settings
  • See the documentation files for full setup instructions and usage.

About

Repositorio de la asignatura FP.059 - (P) Técnicas de persistencia datos con .NET y programas ERP

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors