ShareEase Tailwind Templates

Shareease

ShareEase is a user-friendly file-sharing platform built with the MERN stack and styled using Tailwind CSS. It allows users to easily upload and share various file types, including images, PDFs, Word documents, and code snippets, ensuring a smooth and efficient experience for all users.

ShareEase

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.

Features

  • Upload and share images via Imgur's API
  • Share PDFs and Word documents
  • Share code snippets with syntax highlighting using GitHub Gists
  • Responsive design for desktop and mobile

Technologies

  • MERN Stack (MongoDB, Express.js, React, Node.js)
  • Tailwind CSS
  • Multer for file uploads
  • Axios for API requests

Getting Started

  1. Clone the repository:

    git clone https://github.com/KRSNAGUPTA/shareease.git
    cd shareease
    
  2. Set up backend:

    cd backend
    npm install
    cp sampleEnv .env
    # Edit .env with your credentials
    
  3. Set up frontend:

    cd ../frontend
    npm install
    cp sampleEnv .env
    # Edit .env with your credentials
    
  4. Start the applications:

    # In the backend directory
    npm run dev
    
    # Open a new terminal, navigate to the frontend directory
    npm run dev
    

Contributing

We welcome contributions! Please fork the repository and submit a pull request.

Top categories

Loading Svelte Themes