UnsignedArduino / Awesome-Arcade-Extensions-Website-Clicks-API-Replit

This is the source code for the click count API for the Awesome Arcade Extensions website!

Home Page:https://awesome-arcade-extensions.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome-Arcade-Extensions-Website-Clicks-API-Replit

CodeFactor

The Replit project is no longer being used as the primary database and has been deleted. Vercel Postgres is used instead, and the source code for the API routes are in the main repository here.

This is the source code for the old Awesome Arcade Extensions website click count API!

You can find the main repository here.

Install

  1. Have python3 installed.
  2. Clone this repo.
  3. pip install -r requirements.txt to install dependencies.

Development

Use uvicorn main:app --reload to start a development server.

Build and serve

python3 main.py will start the ASGI server in production mode.

Awesome Arcade Extensions is currently deployed on Replit and proxied at https://awesome-arcade-extensions.vercel.app/api.

About

This is the source code for the click count API for the Awesome Arcade Extensions website!

https://awesome-arcade-extensions.vercel.app/


Languages

Language:Python 79.5%Language:Nix 20.5%