Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Create LEARN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
migueltc13 authored Mar 23, 2024
1 parent 654e6cf commit fb5373d
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions LEARN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Welcome to BetterFinds Learning Page!

Thank you for your interest in learning more about *BetterFinds*, also known as *project-li4*.

This document serves as a guide to understanding various aspects of our auction house project built using ASP.NET.

## Overview

BetterFinds is an auction house platform designed to facilitate online auctions for various items. It was developed within **Informatics Laboratory IV** at the **University of Minho**.
Built on the ASP.NET framework, specifically utilizing Razor Pages for dynamic web content generation, and powered by Microsoft SQL Server for data storage.

## Learning Topics

To delve deeper into the intricacies of BetterFinds and gain insights into its development, consider exploring the following topics:

1. **ASP.NET Framework**: Understand the fundamentals of ASP.NET and how it enables the development of dynamic web applications.
2. **Razor Pages**: Explore the concept of Razor Pages, a lightweight framework for building dynamic web pages with C#.
3. **C# Programming**: Familiarize yourself with C#, the programming language utilized in the development of BetterFinds, and learn how it integrates with ASP.NET.
4. **Microsoft SQL Server**: Gain insights into Microsoft SQL Server, the relational database management system used for storing and managing data in BetterFinds.

## Documentation

For comprehensive documentation on BetterFinds, including detailed explanations, code snippets and examples, please visit our [documentation page](https://migueltc13.github.io/project-li4/), built with DoxyGen.
Here, you'll find resources to aid your understanding of the project's architecture, implementation details, and best practices.

For further research about this university project, please refer to our [report](/report/BetterFinds.pdf) covering all the production phases within BetterFinds.

## Conclusion

BetterFinds represents a culmination of innovative technologies and best practices in web development, offering a feature-rich platform for conducting online auctions.
Whether you're a seasoned developer or a novice enthusiast, we welcome you to explore the BetterFinds project.

Happy learning and happy auctioning! :)

*BetterFinds Development Team*

0 comments on commit fb5373d

Please sign in to comment.