Skip to content

FAZuH/Perbankan

Repository files navigation

Perbankan

Aplikasi web perbankan.

Table of Contents

Installation

[!NOTE] Requirements

  1. Download this repository

  2. Set environment variables

    Copy file named .env-example, name it .env, and fill the placeholders. You can use the default values if you are using Docker.

    The application will look for the .env file, so make sure the file name is correct.

  3. Run the application

    1. Open the terminal (or Command Prompt for Windows)

    With Docker

    1. Run docker compose up -d

    Without Docker

    1. Download and install MySQL. Make sure your MySQL server is up and running.
    2. Run uv run streamlit run main.py

Notes and Tips

If you are using Docker:

  • You can view your application logs by using docker compose logs app.
  • You can find where Docker is storing your MySQL data volume with docker inspect volume mysql.
  • You can use a web interface tool for managing the MySQL database on http://localhost:8080
  • You can connect to your MySQL server host "localhost", port "3306".

License

Perbankan is distributed under the terms of the MIT license.

About

Banking web app for college project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published