BiteMap is a progressive web app which makes information about food trucks more readily avaliable. Through user contribution we are working to build a living map of food truck activity across Tokyo and Japan.
- Download or clone this repository
- Open in your IDE
- Install dependencies
pnpm i- Start the dev server
pnpm dev- Create a
.env.localfile in the root directory
NEXT_PUBLIC_SUPABASE_URL=<Insert Supabase URL>
NEXT_PUBLIC_SUPABASE_ANON_KEY=e<Insert Supabase anon key>
NEXT_PUBLIC_GOOGLE_MAPS_API_KEY=<Insert Google Maps API key>
- If you are not sure how to obtain these details please contact a member of the team and we'll be happy to help.
- If everything went as planned you should be up and running on http://localhost:3000/
BiteMap's front-end is built using React, Next.js and TypeScript. The back-end leverages Next.js's API routes and server components. For our database, authentication and storage we are using Supabase.
The map functionaility is achieved using the Google Maps and Google Places APIs.
