Skip to content

VedantSaini12/AttackFenceProject

Repository files navigation

AttackFence Employee Rating Platform

Download and run on your own computer

The project is made in streamlit, and some basic steps need to be initialised before it can work on your computer.

  1. Setup Environment: Ensure you have Python installed on your system. It's recommended to use a virtual environment for Python projects to manage dependencies effectively. To setup your own venv, type the following:
  • python -m venv .venv
    
  • After that, start using your virtual environment as your development environment as follows:
    .venv\Scripts\activate.bat
    

⚠️ Note: This is for Windows CMD and it may differ for zshell and bash users. Kindly refer to Streamlit Integration Docs for your specific OS.

  1. Install Dependencies:

    • Install the required Python packages by running:
      pip install streamlit bcrypt mysql-connector-python
      
  2. Launch the App:

    • Run the app using Streamlit by executing:
      streamlit run ./Home.py
      
    • Streamlit will start the web server, and you can access the app through the web browser at the indicated URL (usually http://localhost:8501)."# AttackFenceProject"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages