godd9170 / blackbook

A Graph CRM built on the GRAND stack (grandstack.io)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blackbook

Built off of the grand-stack-starter repo, a CRM organized by relationships.`

Quickstart

Install dependencies

(cd ./ui && npm install)
(cd ./api && npm install)

Start API server

cd ./api && npm start

This will start the GraphQL API in the foreground, so in another terminal session start the UI development server:

Start UI server

cd ./ui && npm start

About

A Graph CRM built on the GRAND stack (grandstack.io)


Languages

Language:JavaScript 89.3%Language:HTML 10.7%