Full-stack application built with React and Node.js + Express.js on the backend. Features user authentication, database integration with PostgreSQL, and modern UI components.

The frontend app was built with React and Vite, using npm packages like tsparticles and parallax-tilt to make the visuals more appealing. Routing regarding authorization. For the backend app, Node, Express, bcrypt, and Knex are the main tools. Knex enables to connect to a database, retrieve and add the data. The register endpoint required me to use a transaction. Here, PostgreSQL with two tables also came in handy.


