Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poboisvert/go_weather_fullstack
[Golang] Introduction boilerplate using React JS, Go and PostgreSQL database weather API
https://github.com/poboisvert/go_weather_fullstack
fullstack golang postgres react
Last synced: 10 days ago
JSON representation
[Golang] Introduction boilerplate using React JS, Go and PostgreSQL database weather API
- Host: GitHub
- URL: https://github.com/poboisvert/go_weather_fullstack
- Owner: poboisvert
- Created: 2022-08-19T19:32:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-20T20:25:23.000Z (over 2 years ago)
- Last Synced: 2024-06-21T03:28:22.554Z (5 months ago)
- Topics: fullstack, golang, postgres, react
- Language: JavaScript
- Homepage:
- Size: 3.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go_weather_fullstack
This project explore the relatio nwith React JS, Golang with Fiber V2 and Postgre.
![preview](https://s4.gifyu.com/images/ezgif.com-gif-makerab4109f351a5c5a8.gif)
## The Steps
- Start Docker
- Start postgres DB
- Start the server golang
- start and install node for React JS
### Postgres UI
- cd postgres_db && docker-compose up
- http://localhost:5555/
## Golang Backend
- cd server && go run main.go
## Front end
- cd client && npm i && npm start