Build and deploy a social network with Node.js, Express, React, Redux & MongoDB. Fully updated April 2019
npm install
# Run in dev mode
npm run dev
https://github.com/bradtraversy/devconnector_2.0
-
Building an extensive backend API with Node.js & Express
-
Protecting routes/endpoints with JWT (JSON Web Tokens)
-
Extensive API testing with Postman
-
Integrating React with our backend in an elegant way, creating a great workflow
-
Building our frontend to work with the API
-
Using Redux for app state management
-
Creating reducers and actions for our resources
-
Creating many container components that integrate with Redux
-
Testing with the Redux Chrome extension
-
Creating a build script, securing our keys and deploy to Heroku using Git