/utility-server

Demo: https://sec-tools.deta.dev/ . Small and free server for some common task for deploying at https://deta.sh

Primary LanguageHTMLMIT LicenseMIT

utility-server

Small and free server for some common task for deploying at https://deta.sh

Features

How to deploy

  1. Create new account at https://www.deta.sh/ an instal deta-cli locally to your machine.
  2. Login to deta with deta login
  3. Create new micro:
deta new --python --name my-utility-server
  1. Copy source code in this repo to my-utility-server
  2. Run deta deploy and check dashboard for your micro link (something like https://xxxxxx.deta.dev/)