https://github.com/heytulsiprasad/talkto-backend
Express server for Authentication with use of Passport and Session storage with MongoDB
https://github.com/heytulsiprasad/talkto-backend
authentication-backend connect-mongo expressjs mongodb passport-facebook passport-github passport-google-oauth passport-twitter passportjs sessions
Last synced: about 2 months ago
JSON representation
Express server for Authentication with use of Passport and Session storage with MongoDB
- Host: GitHub
- URL: https://github.com/heytulsiprasad/talkto-backend
- Owner: heytulsiprasad
- Created: 2020-09-22T13:32:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-28T11:26:22.000Z (over 5 years ago)
- Last Synced: 2025-04-07T02:39:24.672Z (about 1 year ago)
- Topics: authentication-backend, connect-mongo, expressjs, mongodb, passport-facebook, passport-github, passport-google-oauth, passport-twitter, passportjs, sessions
- Language: JavaScript
- Homepage: https://talk-to.vercel.app/
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backend for Authentication App (Talk-To)
# Tech Used
## Frontend
- React
- Redux (state management)
- Redux Thunk (middleware)
- Styled Components (styling)
## Backend
- Express/Node
- Passport (middleware)
- MongoDB (database)
- Session storage (using mongo)
Will make more fullstack projects in future. Thanks :)
### Repository
- [Backend](https://github.com/heytulsiprasad/talkto-backend)
- [Frontend](https://github.com/heytulsiprasad/talkto-frontend)
### Related posts
- [Top 5 CORS Issues You Don't Want To Run Into](https://dev.to/heytulsiprasad/top-5-cors-issues-you-don-t-want-to-run-into-16hi)
- [How to setup MongoDB with Node.js and Express?](https://dev.to/heytulsiprasad/how-to-setup-mongodb-with-node-js-and-express-2hki)
### Links
- [Talk to (Live Demo)](https://talk-to.vercel.app)
- [Devchallenges solution](https://devchallenges.io/solutions/UsZ4Rk0lcoPgffKLFd4m)
**I would love to hear your feedbacks!**