You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This GitHub repository contains the source code for my DBMS project, which was to make a Matrimonial website. (The GitHub Pages deployment only shows the Landing Page)
Step1: Clone this project into the htdocs directory of your xampp installation
git clone https://github.com/DeeptejD/BetterHalf.git
cd BetterHalf
Step2: Install dependencies
npm i -D
npx tailwindcss init
Step3: Start thee Apache Server and MySQL from your Xampp control panel
Step4: Type localhost/BetterHalf in your browser
Step5: Find a match (can't guarantee)
About
This GitHub repository contains the source code for my DBMS project, which was to make a Matrimonial website. (The GitHub Pages deployment only shows the Landing Page)