Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 989 Bytes

File metadata and controls

46 lines (26 loc) · 989 Bytes

🔥 An awesome Go - GraphQL - React Boilerplate with JWT (cookies) Authentication

✨ Frontend

  • React
  • Apollo-GraphQL
  • React-hooks
  • React-Suite ( UI Framework )

✨ Backend

  • Go ( Gorm )
  • Graphql-go
  • PostgresSQL
  • jwt-go

✨ Installation

Make sure you have GO sdk and Postgres Installed.

Setup PostgreSQL DB and user. [ default db=go, user="go", password="go" or configure db.go ]

go init server\migrations\init.go

go run server\server.go

Frontend

cd client

npm install or yarn

npm run or yarn start

✨ Authentication Strategy

✨ Credits