Skip to content

Codereverse12/webform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •