go-react-auth Implementation of auth in golang and react js Server cd server go mod tidy cp .env.example .env Create postgres database, setup .env: use your own credentials fresh More info: Swagger API Documentation Client cd client npm i cp .env.example .env npm run dev