Skip to content

osusach/blatantly-stealing

Repository files navigation

osusach pegas

ladron de pegas usando bun + ts

setup

create the goodies table, were we keep the goodies

CREATE TABLE goodies (
    id TEXT PRIMARY KEY,
    date TEXT,
    content TEXT,
    source TEXT,
    keywords TEXT
);

create a .env file in the root of the project with your tursodb credentials

TURSO_URL=
TURSO_TOKEN=

docker

docker build --no-cache --pull -t pegas-osusach .
docker run -p 3000:3000 --rm -it pegas-osusach

About

robando descaradamente

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •