1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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/).
#Clone this repo
git clone https://git.pogr.cc/root/codebin.git
#Install Dependencies
npm i
#Edit environment variables shown below.
## Environment Variables
#Create an .env file and enter:
PORT=3000 # whatever port you would like the webserver to run on
MONGO_URI= #Your MongoDB URI
## Contributing
Feel free to suggest new features by opening Issues or Pull Requests!