I am trying to create a simple React app on Replit, where users can input quotes and publish into my app.
I tried using the Database from replit but it doesn't seem to work. It gave me this error:
ReferenceError: require is not defined
After some researching, I'm guessing it doesn't work because I don't have nodeJS installed? I have no clue how to move on from here.
It seems like many other databases require "require" too and I'm out of solutions.