An open API service indexing awesome lists of open source software.

https://github.com/yeukfei02/trello-clone-api

trello-clone-api
https://github.com/yeukfei02/trello-clone-api

apollo-server aws-apigateway aws-lambda dynamodb graphql nexus nodejs serverless trello

Last synced: 9 months ago
JSON representation

trello-clone-api

Awesome Lists containing this project

README

          

# trello-clone-api

trello-clone-api

documentation:

api url:

## Requirement

- install yarn
- install node (v14+)
- install serverless

## Testing and run

```zsh
// test api in local
$ yarn run dev

// deploy to serverless
$ yarn run deploy

// open serverless dashboard
$ yarn run dashboard

// use eslint and prettier to format code
$ yarn run lint

// run test case
$ yarn run test

// remove serverless services in aws (api gateway, lambda, s3, cloudformation)
$ yarn run remove
```