Skip to content

An application that helps you assemble groups of people to go to events in your area.

Notifications You must be signed in to change notification settings

abhiaiyer91/clique

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cliq

An application that helps you assemble groups to go to events in your area.

Table of Contents

Package Description
clique-core Service that manages everything to do with users, events and groups
clique-ui Front End Service
clique-types Central Types Repository
roxy GraphQL Proxy

Getting Started

Ensure you are on atleast NodeJS version v10.0.0.

nvm use v10.0.0

Make sure to cd into the service you want to work in and run the command below.

yarn install --force

Local UI Development

For development in clique-ui, follow the steps below.

cd clique-types
yarn

Next build the GraphQL Schema

yarn build

Start the mock-server

yarn mock-server

Once the mock server is running, you can start the UI server.

cd clique-ui

yarn start

Prisma services

For prisma based services follow the getting started commands below.

First install the prisma cli

npm install -g prisma

Next navigate into the core directory.

cd clique-core

Bootstrap the infrastructure with docker

docker-compose up -d

Deploy the prisma server and generate the prisma-client

prisma deploy
prisma generate

About

An application that helps you assemble groups of people to go to events in your area.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published