Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pastebin Application

Description

This is a Pastebin application that allows users to share and store text of any kind. The application is built using React.

https://pastebin-self.vercel.app/

Features

  • Users can create a new paste.
  • Users can set an expiry time for their new paste.
  • Users can view their pastes.
  • Users can share their pastes with others.

Installation

Provide the steps to install your application. For example:

  1. Clone the repository: git clone https://github.com/sama-004/pastebin.git

Setting up & Starting the server

  1. Navigate to the project directory and then change the directory to backend
cd pastebin
cd backend
  1. Install dependencies: npm install or yarn install
  2. Start the server: npm run dev or yarn run dev

Setting up & Starting the frontend

  1. Navigate to the frontend directory:
cd ..
cd frontend
  1. Install dependencies: npm install or yarn install
  2. Start the frontend: npm run dev or yarn run dev

Usage

  1. Visit https://pastebin-self.vercel.app/new and add your desired title and text and select a expiry date from the drop down menu. By default the expiry is set to never. Now click on save

  2. From the popup that appears click on go to paste or copy the link and visit the link to see the text you submitted. You now have to share this link to others if you want to share the text with them.

Tech Stack

This application is built with:

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages