All Projects → marmelab → Ng Admin Demo

marmelab / Ng Admin Demo

Source of the ng-admin angular.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 Ng Admin Demo

Admin On Rest Demo
Source of the admin-on-rest react.js demo, using a dummy REST service powered by FakeRest
Stars: ✭ 327 (+5.48%)
Mutual labels:  rest, demo, admin
Zoonavigator
Web-based ZooKeeper UI / editor / browser
Stars: ✭ 326 (+5.16%)
Mutual labels:  rest, admin
Hsweb Demo
2.x版本演示项目
Stars: ✭ 229 (-26.13%)
Mutual labels:  demo, admin
Admin On Rest
A frontend framework for building admin SPAs on top of REST services, using React and Material Design.
Stars: ✭ 392 (+26.45%)
Mutual labels:  rest, admin
Demo
This is demo application for SleepingOwl Admin.
Stars: ✭ 81 (-73.87%)
Mutual labels:  demo, admin
Crudl Example Django
CRUDL with Django, DRF/Graphene and SQLite
Stars: ✭ 113 (-63.55%)
Mutual labels:  rest, admin
Admin
A beautiful and fully-featured administration interface builder for hypermedia APIs
Stars: ✭ 335 (+8.06%)
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 (-31.29%)
Mutual labels:  demo, admin
Tinyme
A tiny php framework based on flight and medoo with restful api service
Stars: ✭ 28 (-90.97%)
Mutual labels:  rest, demo
Crudl
CRUDL is a backend agnostic REST and GraphQL based admin interface
Stars: ✭ 438 (+41.29%)
Mutual labels:  rest, admin
Ng Admin
Add an AngularJS admin GUI to any RESTful API
Stars: ✭ 4,006 (+1192.26%)
Mutual labels:  rest, admin
Digital Restaurant
DDD. Event sourcing. CQRS. REST. Modular. Microservices. Kotlin. Spring. Axon platform. Apache Kafka. RabbitMQ
Stars: ✭ 222 (-28.39%)
Mutual labels:  rest, demo
Crudl Example Express
CRUDL with Node/Express and MongoDB
Stars: ✭ 197 (-36.45%)
Mutual labels:  rest, admin
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 (+5875.81%)
Mutual labels:  rest, admin
Horse
Fast, opinionated, minimalist web framework for Delphi
Stars: ✭ 295 (-4.84%)
Mutual labels:  rest
Learnings
Java技术栈Demo与精彩文章汇总
Stars: ✭ 303 (-2.26%)
Mutual labels:  demo
Go Admin
go web api,包含gin+gorm+jwt+rbac等。
Stars: ✭ 298 (-3.87%)
Mutual labels:  admin
Deskapp
DeskApp Admin is a free to use Bootstrap 4 admin template.
Stars: ✭ 296 (-4.52%)
Mutual labels:  admin
Webrtc Tutorial
📚 WebRTC 中文教程
Stars: ✭ 305 (-1.61%)
Mutual labels:  demo
Meething
dWebRTC Video Meetings MESH/SFU hybrid using GunDB, MediaSoup and Beyond!
Stars: ✭ 303 (-2.26%)
Mutual labels:  demo
archived Archived Repository
This code is no longer maintained. Feel free to fork it, but use it at your own risks.

ng-admin demo configuration

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

Posters Galore Administration

ng-admin 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 data.js.

To explore the source code, start with js/main.js.

Installation

No installation needed to play with the demo. Just clone the repo, and open the index.html file.

Generating a new Dataset

The dataset is generated randomly. You can generate a new dataset with:

# update the data.js file
make data

To modify the data generator, start with dataGenerator/generate.js.

Tweaking The Admin

If you want to modify the admin configuration and see how it affects the admin, you'll need to install the build tools.

## install npm dependencies
make install
## run the server
make run

You can now open http://localhost:8080/webpack-dev-server/. Every change in the source will reload the page in the browser.

Pushing an update

You'll need to build the minified source before releasing a new version.

# update the files under build/
make build

License

ng-admin-demo is licensed under the MIT Licence, and sponsored by marmelab.

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