Skip to content

Nest boilerplate for DDD,GraphQL & RedisStack friendly applications

Notifications You must be signed in to change notification settings

samayun/chitolpitha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ab1147a · Jul 11, 2023

History

33 Commits
Jul 7, 2023
Jan 8, 2023
Jul 7, 2023
Jul 10, 2023
Jul 11, 2023
Jan 9, 2023
Jul 7, 2023
Nov 18, 2022
Feb 8, 2023
Nov 18, 2022
Feb 8, 2023
Jul 7, 2023
Jul 7, 2023
Jul 7, 2023
Jan 7, 2023
Jul 7, 2023
Jul 7, 2023
Nov 18, 2022
May 25, 2023

Repository files navigation

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

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

Resources

Stars

Watchers

Forks