Skip to content

okb1100/yet-another-pastabin

Repository files navigation

yet-another-pastabin

A pastebin clone made with nodejs, for the talented chefs.

Installation & Usage

You need to get node.js, npm and mongodb to install and run yet-another-pastabin.

  1. Start the mongodb server.
  2. Run the below commands from a Terminal/Command Prompt.
    1. npm install
    2. node index.js
  3. Visit localhost:3000 from your browser.

Support

Open an issue on Github to report bugs, recommend features etc.