All Projects → anttiviljami → serverless-type-graphql-boilerplate

anttiviljami / serverless-type-graphql-boilerplate

Licence: other
Simple serverless API boilerplate project for TypeORM + GraphQL (TypeGraphQL) and using PostgreSQL on RDS

Programming Languages

typescript
32286 projects
shell
77523 projects

Serverless TypeGraphQL API Boilerplate

Simple serverless API boilerplate project for TypeORM + GraphQL (TypeGraphQL) and using PostgreSQL on RDS

Development

npm install
npm run dev # serverless-offline running graphql explorer in localhost:9000/graphql

Deployment

export AWS_ACCESS_KEY_ID=
export AWS_SECRET_ACCESS_KEY=
npm run deploy
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].