https://github.com/noud/gripp-api-platform-react-admin-openapi
Gripp client React Admin
https://github.com/noud/gripp-api-platform-react-admin-openapi
javascript react shell
Last synced: 2 months ago
JSON representation
Gripp client React Admin
- Host: GitHub
- URL: https://github.com/noud/gripp-api-platform-react-admin-openapi
- Owner: noud
- License: mit
- Created: 2019-06-30T08:10:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T13:38:36.000Z (over 3 years ago)
- Last Synced: 2025-01-30T15:28:25.238Z (over 1 year ago)
- Topics: javascript, react, shell
- Language: JavaScript
- Size: 4.64 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [React](https://reactjs.org) [Admin](https://marmelab.com/react-admin) [JWT Authenticated](https://jwt.io) [REST](https://en.wikipedia.org/wiki/REST) [JSON-LD](https://json-ld.org) conform [OpenAPI](https://swagger.io/specification) to [API v3](https://api.gripp.com/public/api3.php) from [Gripp.com](https://www.gripp.com)

[](https://raw.githubusercontent.com/noud/gripp_api/master/LICENSE)
[](https://github.com/noud/react-admin-rest-gripp/releases)
Demonstrate [API-First](https://swagger.io/resources/articles/adopting-an-api-first-approach/) development to facilitate a [Rapid-application development (RAD)](https://en.wikipedia.org/wiki/Rapid_application_development) process.
## Provisioning
For instance use an existing Docker workspace. :
```bash
cd laradock && docker-compose exec --user=laradock workspace bash
```
Provision the application with JavaScript Node.js NPM & YARN packages.:
```bash
cd gripp_client_react_admin && bin/provision.sh
```
Console output will tell you the server address.:
```bash
Compiled successfully!
You can now view gripp-admin in the browser.
Local: http://localhost:3000/
On Your Network: http://172.20.0.6:3000/
```
Add this Your Network url to your [Gripp Symfony](https://github.com/noud/gripp_symfony/blob/master/README.md) .env.local file.:
```bash
CORS_ALLOW_ORIGIN=^http://172.20.0.6(:[0-9]+)?$
```
## Usage
Browse to the login screen:
```bash
/opt/google/chrome/chrome http://172.20.0.6:3000/
```
You will be prompted for your credentials:

The username demo and password demo will do.
## Developing
Feel free to contribute.
## Tools
Created with [React in Eclipse](https://www.genuitec.com/tech/react-in-eclipse) ([Eclipse Marketplace](https://marketplace.eclipse.org/content/react-codemix))
[Eclipse](https://www.eclipse.org/) is free open-source project that grows with your contributions.