Skip to content

redianmf/go-react-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Implementation of auth in golang and react js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published