-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example [Server]Pure Code First/EF/Postgres/Redis Sub - [Client]React/Apollo #22
base: master
Are you sure you want to change the base?
Example [Server]Pure Code First/EF/Postgres/Redis Sub - [Client]React/Apollo #22
Conversation
@@ -0,0 +1,21 @@ | |||
MIT License | |||
|
|||
Copyright (c) 2019 Arif Hanif |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove
@@ -0,0 +1,63 @@ | |||
{ | |||
"name": "slack-clone-client", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change to react-apollo
<ApolloProvider client={client}> | ||
<Helmet> | ||
<meta charSet='utf-8' /> | ||
<title>Slack Clone</title> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
React-Apollo Client
{ | ||
endpoints.MapGet("/", async context => | ||
{ | ||
await context.Response.WriteAsync("GraphQL Server Launched"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add address
var redisConfigurationOptions = new ConfigurationOptions | ||
{ | ||
AllowAdmin = false, | ||
Ssl = false, | ||
Password = "p909446d3e9c3405a7e4e38876320a36ca80fa98668e44e7a49cdbabf02ad514e", | ||
EndPoints = { | ||
{ "ec2-3-86-75-248.compute-1.amazonaws.com", 20849 } | ||
} | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove credentials and move to user secrets
Tasks: