https://github.com/tav0/learn-react
A React-NodeJS-Sequelize-Redis implementation
https://github.com/tav0/learn-react
Last synced: 5 months ago
JSON representation
A React-NodeJS-Sequelize-Redis implementation
- Host: GitHub
- URL: https://github.com/tav0/learn-react
- Owner: Tav0
- Created: 2016-11-20T21:09:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-20T21:14:15.000Z (over 9 years ago)
- Last Synced: 2025-07-27T02:26:12.005Z (11 months ago)
- Size: 1.52 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A React, NodeJS, Sequelize and Redis implementation.
- User can register, login and interact with survey questions.
- Admin can view all users in a list with pagination.
- Used PassportJS for sessions.
- Back-end models are done with Sequelize.