ShareEase is a platform for easily sharing files, including images, PDFs, documents, and code snippets. Built with the MERN stack and Tailwind CSS, it offers a user-friendly interface for efficient file sharing.
Clone the repository:
git clone https://github.com/KRSNAGUPTA/shareease.git
cd shareease
Set up backend:
cd backend
npm install
cp sampleEnv .env
# Edit .env with your credentials
Set up frontend:
cd ../frontend
npm install
cp sampleEnv .env
# Edit .env with your credentials
Start the applications:
# In the backend directory
npm run dev
# Open a new terminal, navigate to the frontend directory
npm run dev
We welcome contributions! Please fork the repository and submit a pull request.