Skip to content

domch/fircle

Repository files navigation

Fircles Monorepo

This repository contains the code for Fircles – a social friend circles app for sharing items. The project is organised as a TurboRepo monorepo with the following packages:

  • apps/web – Next.js 14 frontend using React, Tailwind CSS and Zustand
  • apps/api – NestJS backend using Prisma ORM and PostgreSQL
  • packages/types – shared TypeScript models

Development

Install dependencies for all workspaces and run the build pipeline:

npm install
npm run build

Run tests across all packages:

npm test

Each package can also be started individually using the scripts defined in its package.json.

About

yet another app for friend circles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors