Skip to content

c-harish/bookD-backend

Repository files navigation

bookD

A Show Booking WebApp built with Flask.

Setup Instructions

  1. Clone the repository:

    git clone https://github.com/c-harish/bookD-backend/
    cd bookD-backend
  2. Setup a virtual environment:

    python -m venv venv
    source venv/bin/activate  # On Windows, use .\venv\Scripts\activate
  3. Install dependencies:

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

    flask run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages