Skip to content

UnisyncDocumentation

A full-stack application with mobile app, REST API, and GraphQL backend

Quick Start

Get up and running with Unisync in minutes.

bash
# Start backend services (PostgreSQL + Hasura)
docker-compose up -d

# Start the API server
cd server
yarn install
yarn dev

# Start the mobile app
cd mobile
yarn install
yarn start

Project Structure

Unisync is a monorepo containing:

  • Server: Node.js REST API with Express and TypeScript
  • Mobile: React Native mobile application (iOS/Android) using Expo
  • Hasura: GraphQL engine with PostgreSQL database
  • Docs: VitePress documentation site

For more information, check out the Guide section.

Released under the MIT License.