__ _ _ ___ _____ ___ _ __ ___ _____ _ _
/ ___| | | |_ _|_ _/ _ \| | | _ \_ _|_ _| | | | / \
| | | |_| || | | || | | | | | |_) | | | | | |_| | / _ \
| |___| _ || | | || |_| | |___ | __/| | | | | _ |/ ___ \
\____|_| |_|___| |_| \___/|_____| |_| |___| |_| |_| |_/_/ \_\
Chitolpitha is a scalable, reusable boilerplate which helps to build SASS Application
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