For a project, I am creating a small website that uses login functionality and has a database to store user info.
I'm wondering if it is possible to simply create a database, put it in a directory with all of my other website files, and then send that folder to someone so that when they open the folder, they will be able to use the website, and all of the login functionality.
I know how to run a postgres database on my localhost, but I don't understand how I can send the folder to someone else because they obviously wont have access to the database on my local host.
Thanks