Skip to content

Secure Login: Implements a robust authentication system using One-Time Passwords (OTP) for enhanced user security. AJAX-powered Forms: Leverages Asynchronous JavaScript and XML (AJAX) for seamless form submissions and dynamic updates, improving user experience. Interactive Dashboard: Provides a comprehensive dashboard with a filterable and searchab

Notifications You must be signed in to change notification settings

manishpg83/flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Flask-form-with-ajax Project

This README provides a comprehensive guide to setting up and running Flask application.

Prerequisites

1. Clone the Repository

To download the project files from the specified Git repository to your local machine, use the following command:

git clone https://github.com/manishpg83/flask.git

Creating a Virtual Environment (Recommended)

Creating a virtual environment helps isolate project dependencies from your system-wide Python installation. This prevents conflicts and ensures consistency.

Steps:

  1. Create a Virtual Environment:

    python -m venv venv  # Create virtual environment named "venv"
  2. Activate the virtual environment:

    Depending on your operating system, use one of these commands to activate the "venv" environment:

    • Linux/macOS:

      source venv/bin/activate
    • Windows:

      venv\Scripts\activate.bat
  3. Install Project Dependencies:

    Activate your virtual environment (if you created one). Then, install the required dependencies listed in the requirements.txt file:

    pip install -r requirements.txt
  4. Run the Application:

    Start your Flask application by executing:

    python app.py

About

Secure Login: Implements a robust authentication system using One-Time Passwords (OTP) for enhanced user security. AJAX-powered Forms: Leverages Asynchronous JavaScript and XML (AJAX) for seamless form submissions and dynamic updates, improving user experience. Interactive Dashboard: Provides a comprehensive dashboard with a filterable and searchab

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published