Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 384 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 384 Bytes

Habiti API

This package contains the code for the API that powers Habiti. It consists of GraphQL types and resolvers, database and cache bindings, as well storage and file upload functions.

Installation and Setup

From the root directory, run the following commands:

cd api
pnpm i
pnpm start-redis # Only necessary if Redis isn't running in the background.
pnpm dev