Requirements
Last updated
Last updated
To be able to run the application and develop it in your local environment you need tools below installed.
For cloning and managing versioning of the application you need to have git installed on your system.
You can follow instructions on this page to get started with git:
Also an account on Github, sign up at:
You can install node from:
and you can follow these instructions for installing it:
pnpm was used for managing node packages in the project.
Installation on Windows:
Installation on Mac and Linux:
For more information on installing pnpm go to:
Postgresql was used for the database of the project, you're free to use any database provider or setup your own server. I used the free tier of as it is a good fit for the project usage.
You can sign up at
Creating the database documentation:
You can use or any ide you like for the development of this application.