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

Demo app using React, TypeScript, NestJS, and OpenWeatherMap API with JWT login and usage stats

Notifications You must be signed in to change notification settings

Mathsqrt2/BasicWeatherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Demo app using React, TypeScript, NestJS, and OpenWeatherMap API with JWT login and usage stats

Topics

Resources

Stars

Watchers

Forks