Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drudv/react-i18n-auth-starter-kit
React starter kit with JWT auth, i18n and ORM (WiP)
https://github.com/drudv/react-i18n-auth-starter-kit
full-stack i18n jwt orm passport react redux sequelize
Last synced: about 1 month ago
JSON representation
React starter kit with JWT auth, i18n and ORM (WiP)
- Host: GitHub
- URL: https://github.com/drudv/react-i18n-auth-starter-kit
- Owner: drudv
- License: mit
- Created: 2017-11-15T02:01:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-04T17:01:35.000Z (about 6 years ago)
- Last Synced: 2024-10-18T19:41:48.381Z (3 months ago)
- Topics: full-stack, i18n, jwt, orm, passport, react, redux, sequelize
- Language: JavaScript
- Homepage:
- Size: 222 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Full-Stack Starter Kit with JWT Auth, Internationalization and ORM (WiP)
# WiP
It's in progress and not yet ready for use.
# Install
```
$ npm install$ npm run setup # create config and install DB
```## Tooling
* [React](https://github.com/facebook/react)
* [Redux](https://github.com/reactjs/redux)
* [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken), [passport](https://github.com/jaredhanson/passport) and [passport-local](https://github.com/jaredhanson/passport-local) for auth
* [Sequelize](https://github.com/sequelize/sequelize) to access ORM (currently only MySQL is supported)
* [react-i18next](https://github.com/i18next/react-i18next) – Internationalization
* [ant-design](https://github.com/ant-design/ant-design) - UI library
## References
This project was inspired by and based on [vladimirponomarev/authentication-in-react-apps](https://github.com/vladimirponomarev/authentication-in-react-apps) code
## License
MIT