Vita Archietecture Project
It is recommended to use VSCode to install and run this programme
-
First install Python 3.10.11 on your system.
-
Install Python Virtual Environment
python -m venv venv -
Active Python Virtual Environment
.\venv\scripts\active -
Install Python required packages
pip install -r requirements.txt -
Run the programme
streamlit run main_app.py -
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:
The following is the login page
The following is after logged in, user can see the data on Docking map.
The following is reset the password.
The following is create a new user page
The following is forgot password page.
The following is update record page.