All Projects → Awesome-Technologies → Synapse Admin

Awesome-Technologies / Synapse Admin

Licence: apache-2.0
https://hub.docker.com/r/awesometechnologies/synapse-admin

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Synapse Admin

React Admin
基于 Ant Design React 的管理系统架构
Stars: ✭ 376 (+110.06%)
Mutual labels:  react-admin
Ra Jsonapi Client
JSON API data provider for react-admin.
Stars: ✭ 50 (-72.07%)
Mutual labels:  react-admin
Symfony Demo App
A Symfony demo application with basic user management
Stars: ✭ 122 (-31.84%)
Mutual labels:  react-admin
Admin On Rest
A frontend framework for building admin SPAs on top of REST services, using React and Material Design.
Stars: ✭ 392 (+118.99%)
Mutual labels:  react-admin
React Admin
✨ react-admin system solution : react 后台管理系统解决方案
Stars: ✭ 5,975 (+3237.99%)
Mutual labels:  react-admin
Awesome Uikit
Collect JS Frameworks, Web components library and Admin Template.
Stars: ✭ 1,136 (+534.64%)
Mutual labels:  react-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 (+10249.16%)
Mutual labels:  react-admin
Notus Nextjs
Notus NextJS: Free Tailwind CSS UI Kit and Admin
Stars: ✭ 152 (-15.08%)
Mutual labels:  react-admin
Uke Dashboard
基于 React 的前后端完全分离的管理系统前端模块
Stars: ✭ 5 (-97.21%)
Mutual labels:  react-admin
React Antd Admin
一個简洁的 antd-react-admin 应用 -- React + Antd 后台管理系统
Stars: ✭ 99 (-44.69%)
Mutual labels:  react-admin
Ant Admin
基于 antd 的后台管理平台, 在 react 中玩转 D3.js
Stars: ✭ 455 (+154.19%)
Mutual labels:  react-admin
Light Bootstrap Dashboard React
React version of Light Bootstrap Dashboard
Stars: ✭ 561 (+213.41%)
Mutual labels:  react-admin
Express Sequelize Crud
Simply expose resource CRUD (Create Read Update Delete) routes for Express & Sequelize. Compatible with React Admin Simple Rest Data Provider
Stars: ✭ 65 (-63.69%)
Mutual labels:  react-admin
3yadmin
基于react全家桶+antd构建的专注通用权限控制与表单的后台管理系统模板
Stars: ✭ 381 (+112.85%)
Mutual labels:  react-admin
Ra Data Feathers
A feathers rest client for react-admin
Stars: ✭ 135 (-24.58%)
Mutual labels:  react-admin
Ovine
Build entirety admin system ui blazing fast with json. (Looking for a front-end partner~ Please Contact me : )
Stars: ✭ 308 (+72.07%)
Mutual labels:  react-admin
React Admin Import Csv
A csv file import button for react-admin
Stars: ✭ 63 (-64.8%)
Mutual labels:  react-admin
React Admin Low Code
react-admin (via ra-data-hasura-graphql provider) + hasura = :)
Stars: ✭ 161 (-10.06%)
Mutual labels:  react-admin
Ra Data Opencrud
A react-admin data provider for Prisma and GraphCMS
Stars: ✭ 142 (-20.67%)
Mutual labels:  react-admin
Ant Back
🚀 react后台,后台管理系统
Stars: ✭ 90 (-49.72%)
Mutual labels:  react-admin

Build Status

Synapse admin ui

This project is built using react-admin.

It needs at least Synapse v1.23.0 for all functions to work as expected!

You get your server version with the request /_synapse/admin/v1/server_version. See also Synapse version API.

After entering the URL on the login page of synapse-admin the server version appears below the input field.

You need access to the following endpoints:

  • /_matrix
  • /_synapse/admin

See also Synapse administration endpoints

Step-By-Step install:

You have two options:

  1. Download the source code from github and run using nodejs
  2. Run the Docker container

Steps for 1):

  • make sure you have installed the following: git, yarn, nodejs
  • download the source code: git clone https://github.com/Awesome-Technologies/synapse-admin.git
  • change into downloaded directory: cd synapse-admin
  • download dependencies: yarn install
  • start web server: yarn start

Steps for 2):

  • run the Docker container: docker run -p 8080:80 awesometechnologies/synapse-admin
  • browse to http://localhost:8080

Screenshots

Screenshots

Development

  • Use yarn test to run all style, lint and unit tests
  • Use yarn fix to fix the coding style
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].