Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psygo/googol
A completely manual search engine.
https://github.com/psygo/googol
google search search-engine
Last synced: about 12 hours ago
JSON representation
A completely manual search engine.
- Host: GitHub
- URL: https://github.com/psygo/googol
- Owner: psygo
- Created: 2024-06-10T13:27:42.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-12T14:25:53.000Z (5 months ago)
- Last Synced: 2024-06-13T19:20:37.402Z (5 months ago)
- Topics: google, search, search-engine
- Language: TypeScript
- Homepage: https://googol-ten.vercel.app
- Size: 318 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Googol
A completely manual search engine.
## Dev
### Services and Tech Used
- [Vercel](https://vercel.com) for handling deployment, and cron jobs.
- [Vercel Postgres](https://vercel.com/docs/storage/vercel-postgres) for handling the DB.
- [Drizzle](https://orm.drizzle.team) for ORM.
- [Clerk](https://clerk.com) for authentication.### Environment Variables
This is the shape of the project's environment variables:
```env
#-----------------------------------------------------------
# 1. DBNODE_ENV=
DATABASE_URL=
#-----------------------------------------------------------
# 2. ClerkNEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=CLERK_WEBHOOKS_USER_EVENTS=
#-----------------------------------------------------------
```### Using Ngrok for Local Development
Expose your local host to the web:
```sh
ngrok http http://localhost:3000
```