🐶 Doge version of reddit.
- Clone this repository or fork it
- Navigate to
clientdirectory- Run
yarnornpm i. - Create a new file called
.envwhich stores environment variables such as:REACT_APP_SERVER_URL, your server endpointREACT_APP_GITHUB_CLIENT_ID, your GitHub OAuth Client IDREACT_APP_SECURITY_KEY, a random token used to secure your application
- Start application by running
npm startoryarn start
- Run
- Navigate to
serverdirectory- Run
yarnornpm i - Create a new file called
.envwhich stores environment variables such as:GITHUB_CLIENT_ID, your GitHUb OAuth Client IDGITHUB_CLIENT_SECRET, your GitHUB OAuth Client SecretCLIENT_URL, your client endpointATLAS_URI, your MongoDB Atlas URISECURITY_KEY, a random token used to secure your application, note that this token value must be the same asREACT_APP_SECURITY_KEYvalue inclient/.envfileEMAIL_ADDRESS, Your Email AddressEMAIL_PROVIDER, Your Email ProviderEMAIL_PASS, Your Email Password
- Start application by running
npm startoryarn start
- Run
MIT