Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.21 KB

README.md

File metadata and controls

25 lines (21 loc) · 1.21 KB

Weather API

An implementation of Weather API using Typescript, NestJS, and Redis.

Key Features and Concepts

  1. REST API
  2. 3rd party API integration
  3. Caching
  4. Rate limiting
  5. OpenAPI Document specification

Setup

docker compose up --build

Reference

  1. Nest framework TypeScript starter repository.
  2. Setup Docker with Nest.js for Development & Production with Postgres & pgAdmin
  3. NestJS Crash Course: Learn in 25 Minutes
  4. Visual Crossing Weather API key
  5. Mocks vs Real Objects: changing perspectives
  6. GitHub Project Management - Create GitHub Project Board & Automations 2024
  7. AWS Secrets Manager Service Overview with Demo
  8. Issues and Projects in GitHub