https://github.com/mardix/react-admin
A single page app in ReactJS to create user/admin section
https://github.com/mardix/react-admin
mobx mobx-react react-bootstrap react-redux react-redux-form react-router react-router-redux reactjs redux-promise-middleware
Last synced: about 1 month ago
JSON representation
A single page app in ReactJS to create user/admin section
- Host: GitHub
- URL: https://github.com/mardix/react-admin
- Owner: mardix
- Created: 2017-02-16T07:00:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-16T07:44:09.000Z (over 8 years ago)
- Last Synced: 2025-04-23T07:06:02.183Z (about 1 month ago)
- Topics: mobx, mobx-react, react-bootstrap, react-redux, react-redux-form, react-router, react-router-redux, reactjs, redux-promise-middleware
- Language: JavaScript
- Homepage:
- Size: 1.36 MB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# REACT Admin
A complex ReactJS app to create user/admin
### Features
- Register
- Login
- Logout
- Account Info
- Pricing Page### Main Dependencies
- React
- React-Router
- Redux
- React-Bootstrap
- Redux-Form
- Redux-Promise-Middleware
- MobxCheck package.json for the full list
### Setup
You need to install Create React App
npm install -g create-react-app
Then install the package.json
npm install
### Api EndpointsOn local, it uses the http://127.0.0.1:5000,
make sure you have a server running on that port,
and make sure it has this the port :3000 authorized for CORS### JWT
The app requires JWT for user to login. The API must provide that
when user logs in.[more in construction... ]