/serverless-api

Building with VITE for frontend and serverless backend on Cloudflare-workers

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Crypto market information

A simple app to check market pricing of various Crypto Currencies.

App configuration:

Backend fetches data from CoinMarketCap API and serves frontend VITE components.

VITE is a lightning fast Frontend Tooling.

  • Serverless backend built and hoisted on cloudflareWorkers.
  • Front-end deployed onto Pages

👷 worker-template Hello World

A template for kick starting a Cloudflare worker project.

index.js is the content of the Workers script.

Wrangler

To generate using wrangler

wrangler generate projectname https://github.com/cloudflare/worker-template

Further documentation for Wrangler can be found here.