Simple Node.js pastebin
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Joe Biellik 47d147c357 Improve README 9 years ago
config Add paste expiry 9 years ago
controllers Add paste expiry 9 years ago
models Add paste expiry 9 years ago
public Initial commit 9 years ago
views Add paste expiry 9 years ago
.editorconfig Improve README 9 years ago
.eslintignore Initial commit 9 years ago
.eslintrc Initial commit 9 years ago
.gitattributes Initial commit 9 years ago
.gitignore Initial commit 9 years ago
README.md Improve README 9 years ago
Vagrantfile Initial commit 9 years ago
app.js Upgrade to Babel v6 9 years ago
db.js Initial commit 9 years ago
docker-compose.yml Initial commit 9 years ago
package.json Add paste expiry 9 years ago
router.js Add paste expiry 9 years ago
server.js Initial commit 9 years ago

README.md

paste

License Release Version Dependencies Node.js Version

Simple Node.js pastebin built with Koa, MongoDB, Jade, Bootstrap 4 and Prism.js.

Development

  1. Clone this repo:
git clone https://github.com/JoeBiellik/paste.git && cd paste
  1. Start the virtual machine and connect:
vagrant up
vagrant ssh
  1. Install dependencies:
npm install
  1. Start MongoDB:
docker-compose up -d
  1. Start app and reload on change:
npm run watch