All Projects → kuzzleio → kuzzle-admin-console

kuzzleio / kuzzle-admin-console

Licence: Apache-2.0 License
An SPA to administrate your Kuzzle: index and collection management, document creation, realtime subscription and permissions management

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
typescript
32286 projects
HTML
75241 projects
SCSS
7915 projects
CSS
56736 projects

Projects that are alternatives of or similar to kuzzle-admin-console

aspLite
Lightweight framework for Classic ASP / VBScript developers
Stars: ✭ 39 (-35%)
Mutual labels:  single-page-applications
amazon-ivs-chime-web-demo
A demo web application intended as an educational tool for demonstrating how to load and play Amazon IVS streams alongside the Amazon Chime SDK.
Stars: ✭ 35 (-41.67%)
Mutual labels:  single-page-applications
spica
Spica is a development engine to build fast & efficient applications.
Stars: ✭ 77 (+28.33%)
Mutual labels:  single-page-applications
peasy-js-samples
Showcases business logic built with peasy-js and consumed by multiple clients
Stars: ✭ 19 (-68.33%)
Mutual labels:  single-page-applications
BlazorDemo
Demo application for my writings about Blazor
Stars: ✭ 79 (+31.67%)
Mutual labels:  single-page-applications
dowels
🔨 a tiny but powerful javascript library that performs client-side routing, templating, and REST API communication to help you get your single-page web applications running in seconds
Stars: ✭ 13 (-78.33%)
Mutual labels:  single-page-applications
laravel-vue-starter
Well Documented Laravel Starter App From Development to Production. For Full Blown RESTFUL API and SPA with Beautiful UI Using Buefy / ElementUi For Reusable Vue Components
Stars: ✭ 80 (+33.33%)
Mutual labels:  single-page-applications
microzord
Simple and powerful Micro Frontends framework
Stars: ✭ 81 (+35%)
Mutual labels:  single-page-applications
vue-startup
基于vue+webpack(+typescript)的示例项目
Stars: ✭ 20 (-66.67%)
Mutual labels:  single-page-applications
zeldaPlay
A Single Page Application to help zeldaPlay players to track their characters and progress
Stars: ✭ 95 (+58.33%)
Mutual labels:  single-page-applications
wordpress-svelte
Frontend writen on svelt
Stars: ✭ 17 (-71.67%)
Mutual labels:  single-page-applications
TASK-Management-System
Spring Boot and Angular 7 web application for task management .
Stars: ✭ 34 (-43.33%)
Mutual labels:  single-page-applications
rocketact
🚀Developing React projects with ease
Stars: ✭ 45 (-25%)
Mutual labels:  single-page-applications
hafcaf
When you only want a little JavaScript in your SPA.
Stars: ✭ 17 (-71.67%)
Mutual labels:  single-page-applications
Stage.js
Stage.js - Single-Page Web Application front-end framework
Stars: ✭ 13 (-78.33%)
Mutual labels:  single-page-applications
CRUD-Laravel-Livewire-SPA
CRUD Laravel 7 & Livewire (SPA) Single Page Application
Stars: ✭ 34 (-43.33%)
Mutual labels:  single-page-applications
Vue-router
Tutorial About vue-router in Vue.js version 2
Stars: ✭ 60 (+0%)
Mutual labels:  single-page-applications
js-training
JS Training Course
Stars: ✭ 39 (-35%)
Mutual labels:  single-page-applications
natural js
Natural-JS : Javascript Front-End Architecture Framework
Stars: ✭ 35 (-41.67%)
Mutual labels:  single-page-applications
smoothr
A custom React router that leverages the Web Animations API and CSS animations.
Stars: ✭ 28 (-53.33%)
Mutual labels:  single-page-applications

Kuzzle Admin Console

The Kuzzle Admin Console allows you to manage your Kuzzle instances. It allows you to manage your data, subscriptions and security (users, profiles and roles).

About Kuzzle

Kuzzle is an open-source backend solution shipping out-of-the-box features like real-time subscriptions, geofencing, security, and advanced search.

Kuzzle provides a secure API which can be accessed through a wide range of protocols such as REST, Websocket or Message Queuing.

About the Admin Console

The Kuzzle Admin Console is a web application that connects to your Kuzzle instances. This means that your Kuzzle stack must be accessible from the computer running the Kuzzle Admin Console. To connect to Kuzzle you will need to provide your Kuzzle host (name or IP) and the port (default: 7512).

Hosted Console

We host a running Admin Console here (or if you're using Kuzzle through SSL, you can use the https version), but you can also build your own local copy (see below).

Local build

To build the Kuzzle Admin Console on your computer, follow these instructions:

  • git clone https://github.com/kuzzleio/kuzzle-admin-console (clone this repository)
  • npm install (install dependencies)
  • npm run build : (build the Admin Console)
  • Serve the dist directory via your favorite HTTP server (e.g. http-server dist)
  • Access the served files in your favorite browser
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].