Skip to content

Latest commit

 

History

30 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webform Flask App

🛠️ Installation

1. Clone the repository

git clone https://github.com/Codereverse12/webform.git
cd webform

2. Create a virtual environment (recommended)

python -m venv venv

Activate it:

  • Windows
    venv\Scripts\activate
  • Mac/Linux
    source venv/bin/activate

3. Install dependencies

pip install -r requirements.txt

⚙️ Database Setup & Migrations

This project uses Flask-Migrate to handle database migrations.

💡 You do not need to run flask db init — the migrations/ folder is already included in this repository.

Apply migrations to the database

flask db upgrade

▶️ Running the App

Run the Flask development server:

flask run

The app will be available at:

http://127.0.0.1:5000

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages