Skip to content
This repository was archived by the owner on Dec 30, 2024. It is now read-only.
/ text-uploader Public archive

Simple Node.JS server with MongoDB integration

License

Notifications You must be signed in to change notification settings

am9zZWY/text-uploader

Folders and files

NameName
Last commit message
Last commit date
May 18, 2021
Mar 13, 2021
Mar 7, 2021
May 18, 2021
Mar 13, 2021
May 15, 2023
May 15, 2023
Mar 13, 2021

Repository files navigation

text-uploader

A simple text uploader using node.js.
Texts are deleted after 24 hours.

Hosted on heroku. Try it here

REST API

POST /upload/ + text to upload text and receive hash
GET /request/ + hash to get text from hash

Getting started

To start the server type

npm run start

Open index.html and start sending requests via localhost:8081 to the server