In order to work with this project, you need to install Node.js v^18.12.0.
After Node.js is installed, you can install the necessary dependencies by running npm install.
In order to build the project, you need to run npm run build. This will create a build folder where the program can be started.
In order to setup the database client, run npm run prisma:generate. You will first need a .env file which contains the database_url.
In order to run the project, you need to run npm run start.
In order to run the project locally, you need to run npm run start:dev.