Skip to content

Latest commit

 

History

History
82 lines (58 loc) · 2.52 KB

README.md

File metadata and controls

82 lines (58 loc) · 2.52 KB
ShareMe - File Sharing App

A File Sharing web app with the ability to share files by generating links.

Anchit Sinha Twitter follower count ShareMe repo star count

Introduction · How It Works · Tech Stack · Running Locally · Author


This is the frontend part of this application. To access the backend part, please go to this repo: ShareMe-Backend

Introduction

ShareMe is a file sharing web app that generates links to share files of multiple formats among different users without any need to create an account.

How it works

  • This app can be used to share multiple formats of files.
  • The Files uploaded by the user is stored in Cloudinary storage.

Tech Stack

Running Locally

Cloning the repository to the local machine.

git clone

Creating an account on Cloudinary to get an API key.

  1. Go to Cloudinary to make an account.
  2. Get the API key from the API Keys section.

Storing API key in .env file.

Create a file in root directory of project named .env.local. And store your API key in it, as shown in the .example.env file.

Installing the dependencies.

npm install

Running the application.

Then, run the application in the command line and it will be available at http://localhost:3000.

npm run dev

Author