https://github.com/buraksakalli/nextjs-firebase-serverless-ifttt-example
A basic app with Next.js, Firebase, Serverless, IFTTT. A jaw-dropping combo!
https://github.com/buraksakalli/nextjs-firebase-serverless-ifttt-example
cars24 firebase nextjs nextjs-typescript serverless webscraping
Last synced: about 2 months ago
JSON representation
A basic app with Next.js, Firebase, Serverless, IFTTT. A jaw-dropping combo!
- Host: GitHub
- URL: https://github.com/buraksakalli/nextjs-firebase-serverless-ifttt-example
- Owner: buraksakalli
- Created: 2022-01-23T20:01:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-24T18:21:39.000Z (over 4 years ago)
- Last Synced: 2025-07-27T11:15:36.534Z (11 months ago)
- Topics: cars24, firebase, nextjs, nextjs-typescript, serverless, webscraping
- Language: TypeScript
- Homepage: cars24-app.vercel.app
- Size: 122 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is an example project with Next.js

## Getting Started
First, run the development server:
```bash
cd frontend && npm run dev
# or
cd frontend && yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## API Routes
`/api/cars` -> listing available cars and adding new cars to Firebase.