I built doge theme of Reddit using MERN Stack!

Hello developers, I’ve recently created a doge theme version of Reddit, called Dogeit using the MERN Stack (MongoDB, Express JS, React JS, and Node JS).

kimlimjustin
/
dogeit

? Dog…


This content originally appeared on DEV Community and was authored by Justin Maximillian Kimlim

Hello developers, I've recently created a doge theme version of Reddit, called Dogeit using the MERN Stack (MongoDB, Express JS, React JS, and Node JS).

GitHub logo kimlimjustin / dogeit

? Doge version of reddit.

Dogeit

? Doge version of reddit.

Dogeit demo

Local Setup

  • Clone this repository or fork it
  • Navigate to client directory
    • Run yarn or npm i.
    • Create a new file called .env which stores environment variables such as
      • REACT_APP_SERVER_URL, your server endpoint
      • REACT_APP_GITHUB_CLIENT_ID, your GitHub OAuth Client ID
      • REACT_APP_SECURITY_KEY, a random token used to secure your application
    • Start application by running npm start or yarn start
  • Navigate to server directory
    • Run yarn or npm i
    • Create a new file called .env which stores environment variables such as
      • GITHUB_CLIENT_ID, your GitHUb OAuth Client ID
      • GITHUB_CLIENT_SECRET, your GitHUB OAuth Client Secret
      • CLIENT_URL, your client endpoint
      • ATLAS_URI, your MongoDB Atlas URI
      • SECURITY_KEY, a random token used to secure your application, note that this token value must be the same as REACT_APP_SECURITY_KEY value in client/.env file
      • EMAIL_ADDRESS, Your Email Address
      • EMAIL_PROVIDER, Your Email Provider
      • EMAIL_PASS

Any comments will be appreciated :)

If you like this project, be sure to drop a star on GitHub ?!

Happy coding!

You might also like these articles:


This content originally appeared on DEV Community and was authored by Justin Maximillian Kimlim


Print Share Comment Cite Upload Translate Updates
APA

Justin Maximillian Kimlim | Sciencx (2021-04-25T13:03:03+00:00) I built doge theme of Reddit using MERN Stack!. Retrieved from https://www.scien.cx/2021/04/25/i-built-doge-theme-of-reddit-using-mern-stack/

MLA
" » I built doge theme of Reddit using MERN Stack!." Justin Maximillian Kimlim | Sciencx - Sunday April 25, 2021, https://www.scien.cx/2021/04/25/i-built-doge-theme-of-reddit-using-mern-stack/
HARVARD
Justin Maximillian Kimlim | Sciencx Sunday April 25, 2021 » I built doge theme of Reddit using MERN Stack!., viewed ,<https://www.scien.cx/2021/04/25/i-built-doge-theme-of-reddit-using-mern-stack/>
VANCOUVER
Justin Maximillian Kimlim | Sciencx - » I built doge theme of Reddit using MERN Stack!. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/04/25/i-built-doge-theme-of-reddit-using-mern-stack/
CHICAGO
" » I built doge theme of Reddit using MERN Stack!." Justin Maximillian Kimlim | Sciencx - Accessed . https://www.scien.cx/2021/04/25/i-built-doge-theme-of-reddit-using-mern-stack/
IEEE
" » I built doge theme of Reddit using MERN Stack!." Justin Maximillian Kimlim | Sciencx [Online]. Available: https://www.scien.cx/2021/04/25/i-built-doge-theme-of-reddit-using-mern-stack/. [Accessed: ]
rf:citation
» I built doge theme of Reddit using MERN Stack! | Justin Maximillian Kimlim | Sciencx | https://www.scien.cx/2021/04/25/i-built-doge-theme-of-reddit-using-mern-stack/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.