Skip to content

Aslam97/bitenow

Repository files navigation

Bitenow

A simple web app contains search, geolocation, infinite scroll server action.

App screenshot

Running locally

Before you start, make sure you have bitenow-api running on your local. You can find the repository bitenow-api. Or you can access the JSON here Businesses - Cuisines

  1. Clone the repository
  2. Install the dependencies by running npm install
  3. Copy the .env.example file to .env.local and update the NEXT_PUBLIC_API_URL with API URL
  4. Download MaxMind GeoLite2 City database from here and put it in the db directory of the project (a small register is required to download the database)
  5. Run the app by running npm run dev

Roadmap

  • Filter

Demo

bitenow.1.mp4