- React
- Apollo-GraphQL
- React-hooks
- React-Suite ( UI Framework )
- Go ( Gorm )
- Graphql-go
- PostgresSQL
- jwt-go
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