This repository has been archived by the owner on Mar 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
654e6cf
commit fb5373d
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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* |