An open API service indexing awesome lists of open source software.

https://github.com/sammwyy/nodebin

an open source bins system created in nodejs.
https://github.com/sammwyy/nodebin

bootstrap css express express-js html javascript jquery mongodb mongoose nodejs typescript

Last synced: 3 months ago
JSON representation

an open source bins system created in nodejs.

Awesome Lists containing this project

README

          

# Nodebin
Nodebin is an open source bins system created in nodejs.

This project tries to imitate sites like Ghostbin or Pastesbin.
but unlike those sites created in PHP and Apache with MySQL, this is coded using:
* Nodejs
* Typescript
* Express.js
* MongoDB

And for frontend:
* Bootstrap
* JQuery
* HTML5 & CSS3

### Dependencies:
* express.js
* Morgan (Express middleware)
* Mongoose (MongoDB node driver)
* Nodejs