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
- Host: GitHub
- URL: https://github.com/jagthefriend/pastebin
- Owner: JagTheFriend
- License: agpl-3.0
- Created: 2021-10-23T13:22:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-28T11:27:27.000Z (over 4 years ago)
- Last Synced: 2026-01-03T22:04:22.932Z (6 months ago)
- Topics: express-typescript, expressjs, typescript
- Language: TypeScript
- Homepage:
- Size: 223 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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