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.
- Host: GitHub
- URL: https://github.com/sammwyy/nodebin
- Owner: sammwyy
- Created: 2020-03-01T00:04:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-05T19:50:58.000Z (over 6 years ago)
- Last Synced: 2025-05-10T23:32:21.524Z (about 1 year ago)
- Topics: bootstrap, css, express, express-js, html, javascript, jquery, mongodb, mongoose, nodejs, typescript
- Language: JavaScript
- Homepage:
- Size: 205 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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