-
Notifications
You must be signed in to change notification settings - Fork 5
Description
So, I was trying to get my hands on this application, and I noticed few things which is kind of a problem for other contributors.
->Currently the backend URL is a public link, and user needs to be verified to access the application which is not ideal for other contributors.
->There's no config.json in the repository which provides the Postgres dB URL (which I know is ideal).
So, my solution is to dockerize the whole backend (and also the Postgres dB) and self-host, after that we can also change the verified column default value to be true, so that for testing purpose user can access the application from local.
All these changes would only be meant for local development for other contributors and would not be merged in the main branch.
Let me know if this is valid and I would like to work on it. 😇