Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pierreschwang/mypaste
Open-source paste server written in TypeScript
https://github.com/pierreschwang/mypaste
express nodejs paste typescript
Last synced: 25 days ago
JSON representation
Open-source paste server written in TypeScript
- Host: GitHub
- URL: https://github.com/pierreschwang/mypaste
- Owner: PierreSchwang
- License: mit
- Created: 2020-01-07T17:36:07.000Z (almost 5 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-10T14:09:37.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T19:02:36.004Z (over 1 year ago)
- Topics: express, nodejs, paste, typescript
- Language: TypeScript
- Homepage:
- Size: 383 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MyPaste - Open Source Paste Server
[![Docker Hub Build Status](https://img.shields.io/docker/cloud/build/pierreschwang/mypaste)](https://hub.docker.com/repository/docker/pierreschwang/mypaste)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/495bbf3ffced45978aa533b7b8a94c1d)](https://www.codacy.com/manual/PierreSchwang/MyPaste)
MyPaste is an open-source paste server written in NodeJS using express, the twig template engine and TypeScript.## Todo
+ Authentication Integration
+ User-Management
+ Password hashing
+ Multiple Paste-Storage-Systems (Priority is File-System)
+ View / Create Pastes ✓
+ Encrypt / secure pastes (with password)
# Development
To use MyPaste, NodeJS and Git must be installed on the system.
First you should clone the repository:
```
git clone https://github.com/PierreSchwang/MyPaste.git
```
Afterwards, all required modules are installed using `npm install`.
If that is finished, start the server with `npm run dev`. This command starts nodemon, which automatically translates the TypeScript code into JavaScript and restarts the server whenever the code changes