Skip to content

Farhaan-Ali/apple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gamified Habit Builder

Mobile-first MERN app with a medallion-style backend (Bronze/Silver/Gold) and Nebius NLP integration for conversational habit logging.

Quick start

  1. Create environment files:
    • server/.env (copy from server/.env.example)
    • client/.env (copy from client/.env.example)
  2. Install dependencies:
    • npm install
  3. Run dev servers:
    • npm run dev

Scripts

  • npm run dev: run API and web app
  • npm run start: run API server
  • npm run build: build client

Environment

  • MONGODB_URI: Mongo connection string
  • NEBIUS_API_KEY: API key for Nebius
  • NEBIUS_API_BASE: Base URL for Nebius API (optional)
  • NEBIUS_MODEL: Model name (optional)
  • PORT: API port (default 4000)
  • VITE_API_BASE: Client API base URL (optional)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors