This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
2.0 [2025/10/29 11:44] 20.171.207.2 old revision restored (2025/10/29 11:21) |
2.0 [2025/10/29 13:32] (current) 20.171.207.2 old revision restored (2025/10/29 11:22) |
||
|---|---|---|---|
| Line 16: | Line 16: | ||
| - | An [[https:// | + | A GraphQL server is used in the backend, to provide structured and secure interface to interact with the database. TypeORM is the database adapter which connects to the database allowing us to manipulated the tables and data within it; graphql uses the TypeORM adapter in order to access the data. We've not currently chosen a server to serve the backend code to the client, therefore, the project only works locally from development enviroments. |
| - | Our database is implemented in [[https:// | + | Our database is implemented in Postgres, which is a relational database that uses SQL. |
| ====Frontend==== | ====Frontend==== | ||