Simple pastebin server with encryption support.
Install all required dependencies
npm installIn settings.json:
{
"port": {port}, // change {port} to the port number you want
"charlimit": {character_count} // change {character_count} to the character limit you want
}Run the server!
node .Database functions are used for make database adaptations easy.
- You can use any database.
- You can edit the database functions as you want.

