| | 1 | == About: EduBerza |
| | 2 | |
| | 3 | === Team members |
| | 4 | |
| | 5 | - Stefan Trsunov - 231285 |
| | 6 | |
| | 7 | === Short description |
| | 8 | |
| | 9 | Eduberza - Educational Market simulation |
| | 10 | |
| | 11 | This project is a simulation of a crypto exchange, intended for beginners and |
| | 12 | created as a project for the Databases course for 2025-2026. The project is |
| | 13 | inspired by TradingView/Binance and aims to let users experience buying and |
| | 14 | selling cryptocurrencies, as well as the influence these activities have on the |
| | 15 | market and on the way trades are executed. |
| | 16 | |
| | 17 | The platform will allow user registration and the management of virtual (prop) |
| | 18 | money. Every step of the process will be explained in detail, so that users |
| | 19 | understand exactly what happens behind the scenes and how transactions affect |
| | 20 | the market. |
| | 21 | |
| | 22 | The following technologies are used: Golang (with the Chi package), and |
| | 23 | PostgreSQL for the database. The prototype will be a Go CLI, and the final |
| | 24 | project will be built with TypeScript, specifically Lit components. |
| | 25 | |
| | 26 | The main goal is to create educational and interactive software that will help |
| | 27 | beginners and ordinary users understand how crypto exchanges work through |
| | 28 | practical simulation and clear explanations. |
| | 29 | |
| | 30 | Inspiration: |
| | 31 | |
| | 32 | https://tradingview.com/ |
| | 33 | https://www.binance.com/ |
| | 34 | |
| | 35 | |
| | 36 | |
| | 37 | |
| | 38 | === Who is the database and project intended for? |
| | 39 | |
| | 40 | Target Audience: Beginners and general users who want to learn how cryptocurrency exchanges work without financial risk. |
| | 41 | |
| | 42 | === Which problems does your project solve? |
| | 43 | |
| | 44 | This is only for education purposes. The problem is fixing the financial literacy of the people. |
| | 45 | |
| | 46 | === What types of users exist? |
| | 47 | |
| | 48 | Roles/Users that are expected to use this product are: |
| | 49 | |
| | 50 | - Visitors |
| | 51 | - Traders |
| | 52 | |
| | 53 | === How is this different from similar existing solutions? |
| | 54 | |
| | 55 | Virtual money with a step-by-step explanation of what each order does to the `book`. |
| | 56 | |
| | 57 | === Is this a web, mobile and/or desktop application? |
| | 58 | |
| | 59 | The prototype will be a CLI but the end goal will be to build a website |
| | 60 | |