Skip to content

LucasThTrT/Striveo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Striveo - Social Goal Tracking Platform

Striveo is a high-performance SaaS designed to foster personal discipline through social accountability and benevolent gamification.

🛠 Tech Stack

  • Frontend: Next.js 14+, TypeScript, TailwindCSS, Zustand.
  • Backend: NestJS (Modular Architecture), PostgreSQL, TypeORM.
  • DevOps: Docker, GitHub Actions.

🏗 Architecture

The project uses a Monorepo structure:

  • apps/web: The Next.js client.
  • apps/api: The NestJS REST API.
  • packages/: Shared configurations and types.

🚦 Quick Start

  1. Clone the repo
  2. Environment: Copy .env.example to .env in both apps/web and apps/api.
  3. Launch Infrastructure:
    docker-compose up -d
  4. Install Dependencies:
    npm install

🔒 Security & Privacy

  • JWT-based Auth with Refresh Tokens.
  • Data isolation by User ID.
  • RGPD compliant: Soft-delete implemented on all user data.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors