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

https://github.com/yeukfei02/sweet-factory-backend-serverless

sweet-factory-backend-serverless
https://github.com/yeukfei02/sweet-factory-backend-serverless

apollo-server aws-lambda graphql mysql nexus nodejs prisma serverless typescript

Last synced: 4 months ago
JSON representation

sweet-factory-backend-serverless

Awesome Lists containing this project

README

          

# sweet-factory-backend-serverless

sweet-factory-backend-serverless

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
```