samayun / chitolpitha

Nest boilerplate for DDD,GraphQL & RedisStack friendly applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

        __ _   _ ___ _____ ___  _         __ ___ _____ _          _    
       / ___| | | |_ _|_   _/ _ \| |     |  _ \_ _|_   _| | | |  / \   
      | |   | |_| || |  | || | | | |     | |_) | |  | | | |_| | / _ \  
      | |___|  _  || |  | || |_| | |___  |  __/| |  | | |  _  |/ ___ \ 
       \____|_| |_|___| |_| \___/|_____| |_|  |___| |_| |_| |_/_/   \_\

Description

Chitolpitha is a scalable, reusable boilerplate which helps to build SASS Application

Commands and Installation

cp .env.example .env

sudo make build

sudo make logs
mutation {
  signup(signupUserInput: {name: "SAMAYUN", email: "samayun@gmail.com", password: "123456"}) {
     accessToken
  }
}

query {
  signin(signinUserInput: { email: "samayun@gmail.com", password: "123456"}) {
     accessToken
  }
}

curl -X POST http://localhost:2023/media -F 'file=@./docs/terminal.gif' -F 'name=MATRIX'
sudo aws --endpoint-url=http://localhost:4566 s3api create-bucket --bucket mybucket

sudo aws --endpoint-url=http://localhost:4566 s3api list-buckets

sudo aws --endpoint-url=http://localhost:4566 s3api put-bucket-acl --bucket mybucket --acl public-read

About

Nest boilerplate for DDD,GraphQL & RedisStack friendly applications


Languages

Language:TypeScript 95.3%Language:JavaScript 1.7%Language:Makefile 1.5%Language:HCL 1.0%Language:Dockerfile 0.5%