Changes between Initial Version and Version 1 of About


Ignore:
Timestamp:
08/07/26 10:46:38 (9 days ago)
Author:
231285
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • About

    v1 v1  
     1== About: EduBerza
     2
     3=== Team members
     4
     5- Stefan Trsunov - 231285
     6
     7=== Short description
     8
     9Eduberza - Educational Market simulation
     10
     11This project is a simulation of a crypto exchange, intended for beginners and
     12created as a project for the Databases course for 2025-2026. The project is
     13inspired by TradingView/Binance and aims to let users experience buying and
     14selling cryptocurrencies, as well as the influence these activities have on the
     15market and on the way trades are executed.
     16
     17The platform will allow user registration and the management of virtual (prop)
     18money. Every step of the process will be explained in detail, so that users
     19understand exactly what happens behind the scenes and how transactions affect
     20the market.
     21
     22The following technologies are used: Golang (with the Chi package), and
     23PostgreSQL for the database. The prototype will be a Go CLI, and the final
     24project will be built with TypeScript, specifically Lit components.
     25
     26The main goal is to create educational and interactive software that will help
     27beginners and ordinary users understand how crypto exchanges work through
     28practical simulation and clear explanations.
     29
     30Inspiration:
     31
     32https://tradingview.com/
     33https://www.binance.com/
     34
     35
     36
     37
     38=== Who is the database and project intended for?
     39
     40Target 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
     44This is only for education purposes. The problem is fixing the financial literacy of the people.
     45
     46=== What types of users exist?
     47
     48Roles/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
     55Virtual 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
     59The prototype will be a CLI but the end goal will be to build a website
     60