Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hasan-kilici/full-stack-weather-app
- Owner: Hasan-Kilici
- Created: 2023-08-06T10:23:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-06T10:26:32.000Z (over 1 year ago)
- Last Synced: 2024-11-10T23:30:16.663Z (2 months ago)
- Topics: full-stack, go-fiber, openweathermap-api, svelte, weather-app
- Language: Go
- Homepage:
- Size: 21.5 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .
```