Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Jameszdev/Codebin
A simple and easy to use pastebin service.
https://github.com/Jameszdev/Codebin
codesnippets pastebin
Last synced: 3 months ago
JSON representation
A simple and easy to use pastebin service.
- Host: GitHub
- URL: https://github.com/Jameszdev/Codebin
- Owner: Jameszdev
- Created: 2022-03-18T17:32:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-03-18T18:33:33.000Z (over 2 years ago)
- Last Synced: 2024-06-21T13:31:39.036Z (5 months ago)
- Topics: codesnippets, pastebin
- Language: EJS
- Homepage: https://codebin.jamesz.dev
- Size: 74.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - Jameszdev/Codebin - A simple and easy to use pastebin service. (others)
README
# Codebin
A simple and easy to use code snippet sharer.
Source Code: [Here](https://git.pogr.cc/root/codebin)
Example: https://codebin.jamesz.dev/14pgcjk## Installation
You can either use the online version or self host your own with your own domain and control your own data!
All you need is [Node.Js](https://nodejs.org/en/) and [MongoDB](https://www.mongodb.com/).
```bash
#Clone this repo
git clone https://git.pogr.cc/root/codebin.git
#Install Dependencies
npm i
#Edit environment variables shown below.
```## Environment Variables
```bash
#Create an .env file and enter:
PORT=3000 # whatever port you would like the webserver to run onMONGO_URI= #Your MongoDB URI
```## Contributing
Feel free to suggest new features by opening Issues or Pull Requests!