Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (21 loc) · 681 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 681 Bytes

Basic Weather App

About

An application created as a demo for React, TypeScript, NestJS, and TypeORM. It allows you to access the OpenWeatherMap API and check the current weather conditions in various cities. Additionally, it includes a login panel secured with JWT, enabling access to usage statistics for the panel. All you need to run the application is your own token from oenweathermap and your secret key to secure the tokens.

/backend/.env

OPEN_WEAHTER_API_KEY=
JWT_SECRET=

After use command below, app will be available on port 80

docker-compose up --build

TechStack

  • React
  • TypeScript
  • NestJS
  • TypeORM