-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNOTES
21 lines (20 loc) · 1.43 KB
/
NOTES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
V Node.js Authentication and CRUD API:
https://github.com/MosesEsan/mesan-nodejs-auth-crud-api
V How to Build a Node.js Authentication API with Email Verification, Image Upload and Password Reset Using JWT, Passport.js and Sendgrid:
https://medium.com/swlh/how-to-build-a-node-js-authentication-api-with-email-verification-image-upload-and-password-reset-95e35fd46be1
- Social login with passport tutorial:
https://gabrieleromanato.name/nodejs-social-login-in-expressjs-using-twitter-google-facebook-and-linkedin-with-passport
V Deploying a React app with React-Router and an Express Backend:
https://dev.to/nburgess/creating-a-react-app-with-react-router-and-an-express-backend-33l3
- Build and Deploy a Web Application With React and Node.js+Express
https://medium.com/geekculture/build-and-deploy-a-web-application-with-react-and-node-js-express-bce2c3cfec32
- Deploy React and Express to Heroku:
https://daveceddia.com/deploy-react-express-app-heroku/
- How to deploy MongoDB on Heroku:
https://www.mongodb.com/developer/how-to/use-atlas-on-heroku/
- How to implement Google oauth in React and Node/express:
https://awadieudonne.com/blog/How-to-implement-Google-oauth-in-a-React-and-Nodeexpress
- Refresh token with JWT authentication in Node.js:
https://www.izertis.com/en/-/refresh-token-with-jwt-authentication-in-node-js
- Nodejs Authentication Using JWT and Refresh Token:
https://codeforgeek.com/refresh-token-jwt-nodejs-authentication/