An open API service indexing awesome lists of open source software.

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

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
- Mobx

Check 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 Endpoints

On 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... ]