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
- React
- TypeScript
- NestJS
- TypeORM