https://github.com/nabarvn/rapid-query
https://github.com/nabarvn/rapid-query
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nabarvn/rapid-query
- Owner: nabarvn
- Created: 2024-04-16T18:28:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-16T18:34:04.000Z (about 1 year ago)
- Last Synced: 2024-04-16T23:16:51.683Z (about 1 year ago)
- Language: TypeScript
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rapid Query
An agile web app leveraging the power of Hono, Next.js, and Cloudflare - delivering fast API responses in milliseconds. Simply input your query and experience high-performance results. Engineered for nothing but efficiency and speed.
## Screenshot
## Running Locally
This application requires Node.js v18.20.1+.
### Cloning the repository to the local machine:
```bash
git clone https://github.com/nabarvn/rapid-query.git
cd rapid-query
```### Installing the dependencies:
```bash
pnpm install
```### Setting up the `.env` file:
```bash
cp .env.example .env
```### Seeding the application:
```bash
pnpm seed
```### Deploying the application to Cloudflare Workers:
```bash
pnpm run deploy
```### Running the application:
```bash
pnpm dev
```## Tech Stack:
- **Language**: [TypeScript](https://www.typescriptlang.org)
- **Framework**: [Next.js](https://nextjs.org)
- **Styling**: [Tailwind CSS](https://tailwindcss.com)
- **Analytics**: [Cloudflare Web Analytics](https://www.cloudflare.com/web-analytics)
- **Redis Database**: [Upstash](https://upstash.com/docs/vector/overall/getstarted)
- **Edge Runtime**: [Cloudflare Workers](https://developers.cloudflare.com/workers)
- **API Server**: [Hono.js](https://hono.dev/top)
- **Deployment**: [Cloudflare Pages](https://developers.cloudflare.com/pages)## Credits
Learned a ton while building this project. All thanks to Josh for the next level (no pun intended) tutorial!
Don't forget to leave a STAR ๐