All Projects → GenFirst → react-node-twitter-login

GenFirst / react-node-twitter-login

Licence: MIT license
Demo application that shows how to enable Twitter login with React on frontend and Node.js/Express on backend

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to react-node-twitter-login

Node Express Mongoose Passport Jwt Rest Api Auth
Node, express, mongoose, passport and JWT REST API authentication example
Stars: ✭ 146 (+329.41%)
Mutual labels:  mongoose, passport, passportjs
react-redux-passport-uikit-express-boiler
A React+Redux boilerplate using Express as backend, UIKit for frontend, MongoDB for storage & Passport for auth.
Stars: ✭ 59 (+73.53%)
Mutual labels:  mongoose, passport, passportjs
node-express-mongo-passport-jwt-typescript
A Node.js back end web application with REST API, user JWT authentication and MongoDB data storage using TypeScript
Stars: ✭ 51 (+50%)
Mutual labels:  mongoose, passport, passportjs
Mern Passport
A boilerplate example of using passport.js for authenticating a MERN application
Stars: ✭ 214 (+529.41%)
Mutual labels:  mongoose, passport
Ecommerce Site Template
A beautiful e-commerce template powered by React, Redux and other modern web tech.
Stars: ✭ 167 (+391.18%)
Mutual labels:  mongoose, passport
Lad
👦 Lad is the best Node.js framework. Made by a former Express TC and Koa team member.
Stars: ✭ 2,112 (+6111.76%)
Mutual labels:  mongoose, passport
Mern Boilerplate
Fullstack boilerplate with React, Redux, Express, Mongoose, Passport Local, JWT, Facebook and Google OAuth out of the box.
Stars: ✭ 112 (+229.41%)
Mutual labels:  mongoose, passport
vue-nuxt-passport-bulma-express-boiler
A Vue+Vuex starter with Nuxt scaffolding, Bulma styling, and Express backend.
Stars: ✭ 21 (-38.24%)
Mutual labels:  passport, passport-twitter
Builderbook
Open source web application to learn JS stack: React, Material-UI, Next.js, Node.js, Express.js, Mongoose, MongoDB database.
Stars: ✭ 3,015 (+8767.65%)
Mutual labels:  mongoose, passport
ExpressJS-SocketIO-Boilerplate
📦 Simple Express.js & Socket.io Boilerplate
Stars: ✭ 31 (-8.82%)
Mutual labels:  passport, passportjs
nap
[Deprecated] NextJS + Apollo + PassportJS
Stars: ✭ 52 (+52.94%)
Mutual labels:  mongoose, passportjs
passport-42
Passport strategy for authenticating with 42 using the OAuth 2.0 API
Stars: ✭ 26 (-23.53%)
Mutual labels:  passport, passportjs
graphql-server-typescript
GraphQL + MongoDB express server with JWT authorization (in Typescript!)
Stars: ✭ 48 (+41.18%)
Mutual labels:  mongoose, passport
add-my-name
No more WhatsApp spams 🎉
Stars: ✭ 16 (-52.94%)
Mutual labels:  mongoose, passport
Saas
Build your own SaaS business with SaaS boilerplate. Productive stack: React, Material-UI, Next, MobX, WebSockets, Express, Node, Mongoose, MongoDB. Written with TypeScript.
Stars: ✭ 2,720 (+7900%)
Mutual labels:  mongoose, passport
Nest User Auth
A starter build for a back end which implements managing users with MongoDB, Mongoose, NestJS, Passport-JWT, and GraphQL.
Stars: ✭ 145 (+326.47%)
Mutual labels:  mongoose, passportjs
MovieGo
A Website implemented using MERN (MongoDB, ExpressJS, ReactJS and NodeJS) stack, which allows users to sign-in/register and book movie tickets online.
Stars: ✭ 26 (-23.53%)
Mutual labels:  mongoose, passportjs
Node Express Mongoose
A boilerplate application for building web apps using node and mongodb
Stars: ✭ 1,221 (+3491.18%)
Mutual labels:  mongoose, passport
Chat.io
A Real Time Chat Application built using Node.js, Express, Mongoose, Socket.io, Passport, & Redis.
Stars: ✭ 1,325 (+3797.06%)
Mutual labels:  mongoose, passport
mern-boilerplate
A Full MERN Stack Boilerplate for Web Apps including a local authentication system. Uses React, Express.js, MongoDB, Redux, Passport.js, Webpack, Testing, and more.
Stars: ✭ 211 (+520.59%)
Mutual labels:  mongoose, passport

react-node-twitter-login

Demo application that shows how implement Twitter login with React on frontend and Node.js/Express on backend that is implementing REST API.

About

This application was created as material that is described in the blog post. For creating React app we have used create-react-app.

What you need to install

How To Start Application?

  • Start MongoDB - our application expects that there is twitter-demo database in MongoDB
  • Put Twitter secret and key in twitter.config.js and
  • Go to frontend folder
    • npm install
    • npm start
  • Go to backend folder
    • npm install
    • gulp develop

License

react-node-twitter-login is released under MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].