Skip to content

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

Notifications You must be signed in to change notification settings

nighthawkcoders/kasmv2-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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/

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published