nighthawkcoders / kasmv2-flask

This project is a web application for managing users and admins for KASM. It is built using Flask, SQLAlchemy, and other dependencies.
0 stars 0 forks source link

KASM User Management System

This project is a web application for managing users and admins for KASM. It is built using Flask, SQLAlchemy, and other dependencies.

Getting Started

See this issue for the management tool's main features. To get started with this project, follow the steps below:

Prerequisites

Ensure you have Python installed on your system. This project was built with Python 3. Make sure to use the appropriate version for your setup.

Installation

  1. Clone the repository:

    
    git clone https://github.com/nighthawkcoders/kasmv2-flask.git
    cd kasmv2-flask
  2. Create and activate a virtual environment:

On Windows: python -m venv venv venv\Scripts\activate

On macOS and Linux: python3 -m venv venv source venv/bin/activate

  1. Install the required dependencies: pip install -r requirements.txt

  2. Run the main.py file:

  3. Nagigate to: http://127.0.0.1:5000/