Version: 2.2.0 (última)
Awesome Foal
A collection of official and unofficial libraries and resources about Foal.
#
Packages- @foal/aws-s3: handle file upload to AWS S3.
- @foal/cli: commands to generate, build and run code.
- @foal/graphql: build GraphQL API.
- @foal/jwks-rsa: retrieve RSA signing keys from a JWKS endpoint.
- @foal/jwt: authenticate users with JWT.
- @foal/mongodb: session store for MongoDB.
- @foal/password: hash, salt and check passwords.
- @foal/redis: session store for redis.
- @foal/social: authenticate users with Facebook, Github, Google and LinkedIn.
- @foal/storage: manage file upload and storage in local and in the Cloud.
- @foal/swagger: display a SwaggerUI page.
- @foal/typeorm: session store for TypeORM.
- @foal/typestack: validate and unserialize requests with class-transformer and class-validator.
#
Videos- FoalTS Tutorial Video Series by Alex Merced of AlexMercedCoder.com
- FoalTS - Run unit tests with VSCode debugger
- Node.JS - Read file metadata during upload
#
Articles- The official blog
- FoalTS framework & OpenAPI = ❤
- How to build a REST API with FoalTS
- How to add pagination in FoalTS