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.
- Clone the Repository:
git clone https://github.com/Adi-ty/Formes.git cd Formes
- Install Dependencies:
npm install
- Run the Application:
The application will be accessible at
npm run dev
http://localhost:3000
- Set up a PostgreSQL database and note down the connection details.
- Set up Clerk API key Here
- Configure the database connection in the
.env
file.