Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neeraj1bh/fastapi
A high-performance API built with Hono, Next.js and Cloudflare.
https://github.com/neeraj1bh/fastapi
honojs nextjs redis shadcn-ui tailwindcss
Last synced: about 8 hours ago
JSON representation
A high-performance API built with Hono, Next.js and Cloudflare.
- Host: GitHub
- URL: https://github.com/neeraj1bh/fastapi
- Owner: neeraj1bh
- License: mit
- Created: 2024-04-23T08:37:42.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-19T10:47:53.000Z (9 months ago)
- Last Synced: 2024-05-19T11:39:59.298Z (9 months ago)
- Topics: honojs, nextjs, redis, shadcn-ui, tailwindcss
- Language: TypeScript
- Homepage: https://fastapi.nb9t7.com
- Size: 196 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project: FastAPI
## Overview
- A high-performance API built with Hono, Next.js and Cloudflare.
- Type a query below and get your results in milliseconds.### Live Demo
[Click here to see it live](https://fastapi.nb9t7.com/)
## Tech Stack
- **Frontend**: Next.js [14] using AppRouter, React, Tailwind CSS, Shadcn
- **Backend**: Hono, Redis
- **Deployment**: Cloudflare Workers, Vercel## Installation and Usage
```bash
git clone https://github.com/neeraj1bh/fastapi.git
cd fastapi
pnpm i
pnpm dev
```## Getting Started
1. Clone the repository and navigate to the project directory.
2. Install dependencies using `pnpm i`.
3. Run the development server using `pnpm dev`.
4. Access the application in your browser at `http://localhost:3000`.## Learn More
For more information about the project and its components, please refer to the documentation and learning resources provided in the project's README file.
## Deployment
Follow the deployment guides provided in the project's documentation for deploying the application on Vercel.