Special.ly is an app for connecting local special shops such as butchers, fishmongers with shoppers looking to buy local.
To run:
-
git clone git@github.com:haharooted/specially.git
-
cd specially
-
npm install
-
npm run start
-
Scan the QR code in Expo Go
To run the backend you need a working ubuntu 22.04 environment - the app by default opens demodata from flat .json files. It's the suggested way to run it for PoC purposes.
- MongoDB startes via. docker med de givede indstillinger og passwords etc.
- Fetcher startes derefter for at ingeste
- Fetcher sættes op til at køre som CRON job hvert 30 minut på en Ubuntu 22.04 maskine (her benyttes en Microsoft Azure virtuel maskine)
- cd backend/fetcher
- pip install .
- Python API startes med:
- cd backend/api
- python3 app.py (start den i en screen for at persistere ved luk af terminal)