# pastebin **Repository Path**: liqiu/pastebin ## Basic Information - **Project Name**: pastebin - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-18 - **Last Updated**: 2021-03-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # A simple pastebin ## WHY? It's quite difficult to find a PasteBin service which fits my requirements well. So why not to write a pastebin by myself? That will be helpful! ## features - [x] Share the code with highlights(The most basic requirement!) - [ ] Share the binary file. - [x] Directly get the raw content(With or without a passcode) - [ ] Delete the file after any time or any visits. - [ ] Costume the args. - [ ] Admin panel. - [ ] Optimize the UI. **SOMETHING HIGH LEVEL** - [ ] User system and logins. - [ ] Users can modify what they pushed or others shared and leave a commit. And the modify history. ## Technical details > Front End > Powered by Vue.js and Element UI > Back End > Powered by Python and Flask