/Vita

Vita Archietecture Project

Primary LanguagePython

Vita

Vita Archietecture Project

It is recommended to use VSCode to install and run this programme

  1. First install Python 3.10.11 on your system.

  2. Install Python Virtual Environment
    python -m venv venv

  3. Active Python Virtual Environment
    .\venv\scripts\active

  4. Install Python required packages
    pip install -r requirements.txt

  5. Run the programme
    streamlit run main_app.py

  6. You can now view your Streamlit app in your browser.

Local URL: http://localhost:8501
Network URL: http://10.33.135.128:8501

You can allow launch this programme from streamlit.
Launch the web app:

Streamlit App

The following is the login page

pic1

The following is after logged in, user can see the data on Docking map.

pic2

The following is reset the password.

pic3

The following is create a new user page

pic0

The following is forgot password page.

pic4

The following is update record page.

pic5