twitter search engine & crawler.
-
postgres db with the required tables and indexes
-
your own crawler, this isn't open-source for obvious reasons
-
bun installed
-
a server accessible from the internet
-
set your server url in
client/js/config.js -
cd client -
bunx serve
this should be deployed to your preferred static hosting provider.
-
cd server -
rename
.env.exampleto.envand fill in your credentials -
bun install&bun run dev
port 3001 or env.PORT should deployed to your server, along with the postgres database.