Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hasan-kilici/full-stack-weather-app

Go-fiber ve svelte ile yaptığım weather app
https://github.com/hasan-kilici/full-stack-weather-app

full-stack go-fiber openweathermap-api svelte weather-app

Last synced: 2 days ago
JSON representation

Go-fiber ve svelte ile yaptığım weather app

Awesome Lists containing this project

README

        

# full-stack-weather-app
Go-fiber ve svelte ile yaptığım weather app

![image](https://github.com/Hasan-Kilici/full-stack-weather-app/assets/105741983/afd53338-667e-418c-b1b4-b80c950b595f)

Front-end'i çalıştırmak için
```sh
cd front-end
npm i
npm run dev
```
Back-end'i çalıştırmak için
```sh
cd back-end
go get
go run .
```