An open API service indexing awesome lists of open source software.

https://github.com/jagthefriend/pastebin

A simple website which allows the user to write short pieces of code(or text), and save it in the cloud, which could then be shared it with other people
https://github.com/jagthefriend/pastebin

express-typescript expressjs typescript

Last synced: 3 months ago
JSON representation

A simple website which allows the user to write short pieces of code(or text), and save it in the cloud, which could then be shared it with other people

Awesome Lists containing this project

README

          

# PasteBin

A simple website, where the user could:
- create a new paste
- duplicate a paste
- save paste
- share paste with other users

Run: `npm install` to download all the dependencies,\
then run: `npm run dev` to start the project and\
visit [http://localhost:3000](http://localhost:3000) to view it in the browser