All Projects → marmelab → Admin On Rest Demo

marmelab / Admin On Rest Demo

Source of the admin-on-rest react.js demo, using a dummy REST service powered by FakeRest

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Admin On Rest Demo

Ng Admin Demo
Source of the ng-admin angular.js demo, using a dummy REST service powered by FakeRest
Stars: ✭ 310 (-5.2%)
Mutual labels:  rest, demo, admin
Admin
A beautiful and fully-featured administration interface builder for hypermedia APIs
Stars: ✭ 335 (+2.45%)
Mutual labels:  rest, admin
Hsweb Demo
2.x版本演示项目
Stars: ✭ 229 (-29.97%)
Mutual labels:  demo, admin
Crudl
CRUDL is a backend agnostic REST and GraphQL based admin interface
Stars: ✭ 438 (+33.94%)
Mutual labels:  rest, admin
Admin On Rest
A frontend framework for building admin SPAs on top of REST services, using React and Material Design.
Stars: ✭ 392 (+19.88%)
Mutual labels:  rest, admin
Vue Admin Vuetify
`vue-admin-vuetify` is a Front-end component library project based on Vue.js using Vuetify. Need vpn proxy to view
Stars: ✭ 213 (-34.86%)
Mutual labels:  demo, admin
Ng Admin
Add an AngularJS admin GUI to any RESTful API
Stars: ✭ 4,006 (+1125.08%)
Mutual labels:  rest, admin
Demo
This is demo application for SleepingOwl Admin.
Stars: ✭ 81 (-75.23%)
Mutual labels:  demo, admin
Crudl Example Django
CRUDL with Django, DRF/Graphene and SQLite
Stars: ✭ 113 (-65.44%)
Mutual labels:  rest, admin
Crudl Example Express
CRUDL with Node/Express and MongoDB
Stars: ✭ 197 (-39.76%)
Mutual labels:  rest, admin
Digital Restaurant
DDD. Event sourcing. CQRS. REST. Modular. Microservices. Kotlin. Spring. Axon platform. Apache Kafka. RabbitMQ
Stars: ✭ 222 (-32.11%)
Mutual labels:  rest, demo
Tinyme
A tiny php framework based on flight and medoo with restful api service
Stars: ✭ 28 (-91.44%)
Mutual labels:  rest, demo
React Admin
A frontend Framework for building B2B applications running in the browser on top of REST/GraphQL APIs, using ES6, React and Material Design
Stars: ✭ 18,525 (+5565.14%)
Mutual labels:  rest, admin
Zoonavigator
Web-based ZooKeeper UI / editor / browser
Stars: ✭ 326 (-0.31%)
Mutual labels:  rest, admin
Seckill Demo
一个简单的SSM框架的商品秒杀系统🦄
Stars: ✭ 315 (-3.67%)
Mutual labels:  demo
Kanary
A minimalist web framework for building REST APIs in Kotlin/Java.
Stars: ✭ 319 (-2.45%)
Mutual labels:  rest
Ovine
Build entirety admin system ui blazing fast with json. (Looking for a front-end partner~ Please Contact me : )
Stars: ✭ 308 (-5.81%)
Mutual labels:  admin
Glorious Demo
The easiest way to demonstrate your code in action.
Stars: ✭ 3,290 (+906.12%)
Mutual labels:  demo
Ios Videocover Demo Objc
A background video demo on iOS using AVPlayer in Objective-C.
Stars: ✭ 321 (-1.83%)
Mutual labels:  demo
Go Astilectron Demo
Discover the power of Astilectron through a demo app
Stars: ✭ 318 (-2.75%)
Mutual labels:  demo
archived Archived Repository
This code is no longer maintained. Feel free to fork it, but use it at your own risks.

Admin-on-rest Demo

This is a demo of the admin-on-rest library for React.js. It creates a working administration for a fake poster shop named Posters Galore. You can test it online at http://marmelab.com/admin-on-rest-demo.

admin-on-rest-demo

Admin-on-rest usually requires a REST server to provide data. In this demo however, the REST server is simulated by the browser (using FakeRest). You can see the source data in public/data.js.

To explore the source code, start with src/index.js.

Note: This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

npm run deploy

Deploy the build to GitHub gh-pages.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].