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