Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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