| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This project contains a Flask web app along with the necessary files to run it, as well as the corresponding PostgreSQL database.
This web app is containerized using Docker and Docker Compose to simplify execution and ensure compatibility across multiple operating systems.
Windows
docker-compose up --buildLinux
docker-compose up --buildThe above command will start two connected containers: a web server running the application and a PostgreSQL database.
Once both containers are up and running, you can use Docker Desktop to monitor their status and ensure everything is functioning as expected.

After navigating through the website for some time, you can check the database tables by accessing the 'exec' section of the 'db' container. To do so, log in to the PostgreSQL CLI using the following command:
psql -U postgres -d mydatabaseOnce inside the postgre cli you can check the state of the tables.
| Back | FazBrowse Home | New Git URL |