A simple and efficient URL shortener built with Next.js.
- Frontend: Next.js, React, Tailwind CSS
- Backend: Node.js, Next.js API Routes
- Database: MongoDB Localhost
- Clone the repository:
git clone https://github.com/asherfraz/my-bitlinks.git - Install dependencies:
npm installoryarn install - setup .env.local file.
- Start the development server:
npm run devoryarn dev - Open your browser and navigate to
http://localhost:3000
