Skip to content

Followed hands-on Udemy course on React, Redux, MongoDB, and NodeJS.

Notifications You must be signed in to change notification settings

AntonSynytsia/devconnector2

Repository files navigation

DevConnector 2

An app for persisting users and user posts. Created with React, Redux, MongoDB, Express, Bootstrap and a few other NodeJs packages.

This was created following a Udemy course by Brad Traversy, called MERN stack. This includes custom adjustments and bug fixes.

To use this, create two files in ./config/: default.json and production.json, with each having the following content:

{
  "mongoURI": "YOUR_MONGODB_ATLAS_URI",
  "jwtSecret": "YOUR_PREFERRED_ANY_SECRET_TOKEN",
  "githubClientId": "YOUR_GITHUB_CLIENT_ID",
  "githubSecret": "YOUR_GITHUB_SECRET"
}

Replace mongoURI, jwtSecret, githubClientId, and githubSecret values in both files with your MongoDB database URI and github information.

The server and client can then be hosted at Heroku.

See devconenctor_2.0

About

Followed hands-on Udemy course on React, Redux, MongoDB, and NodeJS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published