Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 792 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 792 Bytes

Drag n Drop Forms

This project is a web application built with Next.js that enables users to create beautiful forms using a drag-and-drop interface. Providing a seamless and intuitive experience for designing forms.

Getting Started

  1. Clone the Repository:
    git clone https://github.com/Adi-ty/Formes.git
    cd Formes
  2. Install Dependencies:
    npm install
  3. Run the Application:
    npm run dev
    The application will be accessible at http://localhost:3000

.env configurations

  1. Set up a PostgreSQL database and note down the connection details.
  2. Set up Clerk API key Here
  3. Configure the database connection in the .env file.

Visit Live Project