================
This is the mono repo for eBuddy technical test
To get started, follow these steps:
- Clone the main repository:
git clone https://github.com/savire/ebuddy.git - Install dependencies:
npm install - Setup your Firebase Emulator properly and get the functions URL and Setup the Firebase Client Authentication configuration on /apps/frontend-repo/apis/auth.js
- Start :
npm run dev - Start using emulator :
npm run emu - Start backend and frontend using turbo from the mainrepo root :
turbo run dev - Start backend and frontend using turbo with emulator from the mainrepo root :
turbo run emu. Make sure to run the emulator via /apps/backend-repo/functions folder with :npm run emu
/apps/backend-repo: Backend API/apps/frontend-repo: Frontend Website/apps/backend-repo/functions: Firebase Cloud Functions support with Emulator
The repo is unlicensed