Skip to content

kike-alt/Discoverly

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

175 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discoverly

Discoverly is a swipe-first food discovery app with Stellar-powered checkout.

Active Stack

  • Mobile: Expo + React Native + TypeScript
  • Backend: Node.js + Express + TypeScript + MongoDB (Mongoose)
  • Blockchain: Stellar

Repository Structure

discoverly/
  backend/                # Active backend implementation
  mobile/                 # Active mobile implementation
  web/                    # Reserved for restaurant dashboard
  docs/adr/               # Architecture decisions
  legacy/nest-backend/    # Archived legacy backend (read-only)

Why This Bootstrap Exists

This repository was normalized so contributors can pick up Phase 1/2 issues without stack ambiguity. The active implementation target is documented in:

  • docs/adr/0001-stack-and-repo-structure.md

Quick Start

1) Install Workspace Dependencies

npm run bootstrap

2) Run Backend

cd backend
cp .env.example .env
npm run dev

Or run backend + Mongo together from repo root:

docker-compose up --build

3) Run Mobile

cd mobile
cp .env.example .env
npm run start

CI Baseline

Starter workflows are included for backend/mobile PR checks:

  • .github/workflows/backend.yml
  • .github/workflows/mobile.yml

They run install + lint + typecheck and are intended to be extended as issues 1.1 and 1.2 progress.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 98.7%
  • JavaScript 1.2%
  • Dockerfile 0.1%