All Projects → directus → App

directus / App

Licence: gpl-3.0
Directus Admin Application — An Intuitive WebApp for Managing Database Content

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to App

V8 Archive
Directus Database API — Wraps Custom SQL Databases with a REST/GraphQL API
Stars: ✭ 486 (+4.74%)
Mutual labels:  api, cms, cms-framework, sql, database-management, database, mysql
Directus Docker
Directus 6 Docker — Legacy Container [EOL]
Stars: ✭ 68 (-85.34%)
Mutual labels:  api, sql, database-management, database, mysql, sdk, database-gui
Sdk Js
Directus JS SDK — JavaScript Software Development Kit for Node and Browser
Stars: ✭ 117 (-74.78%)
Mutual labels:  api, headless-cms, database-management, database, sdk, headless, database-gui
Docker
Directus Docker — The Official Docker Container for the Directus Suite
Stars: ✭ 93 (-79.96%)
Mutual labels:  cms, headless-cms, database-management, database, headless, database-gui
Directus
Open-Source Data Platform 🐰 — Directus wraps any SQL database with a real-time GraphQL+REST API and an intuitive app for non-technical users.
Stars: ✭ 13,190 (+2742.67%)
Mutual labels:  api, cms, headless-cms, database, mysql, headless
Next
Directus is a real-time API and App dashboard for managing SQL database content. 🐰
Stars: ✭ 111 (-76.08%)
Mutual labels:  api, cms, database, mysql, headless
Strapi Sdk Javascript
🔌 Official JavaScript SDK for APIs built with Strapi.
Stars: ✭ 247 (-46.77%)
Mutual labels:  api, cms, headless-cms, sdk
Flextype
Hybrid Content Management System with the freedom of a headless CMS and with the full functionality of a traditional CMS
Stars: ✭ 436 (-6.03%)
Mutual labels:  api, cms, headless-cms, headless
Liquibase
Main Liquibase Source
Stars: ✭ 2,910 (+527.16%)
Mutual labels:  sql, database-management, database, mysql
Cockpit
Add content management functionality to any site - plug & play / headless / api-first CMS
Stars: ✭ 5,173 (+1014.87%)
Mutual labels:  cms, headless-cms, cms-framework, headless
Stackoverflow Clone
Clone project of a famous Q/A website for developers which is stackoverflow built using MySQL-Express-React-Node 🌐
Stars: ✭ 182 (-60.78%)
Mutual labels:  api, sql, database, mysql
Manticoresearch
Database for search
Stars: ✭ 610 (+31.47%)
Mutual labels:  api, sql, database, mysql
Contentjet Ui
Headless API-first content management system
Stars: ✭ 42 (-90.95%)
Mutual labels:  api, cms, headless-cms, headless
Strapi
🚀 Open source Node.js Headless CMS to easily build customisable APIs
Stars: ✭ 41,786 (+8905.6%)
Mutual labels:  api, cms, headless-cms, cms-framework
Core
🧿 Bolt 4 core
Stars: ✭ 243 (-47.63%)
Mutual labels:  api, cms, headless
Kirby
Kirby's core application folder
Stars: ✭ 436 (-6.03%)
Mutual labels:  cms, headless-cms, cms-framework
Tensei
🚀 Content management and distribution with a touch of elegance.
Stars: ✭ 217 (-53.23%)
Mutual labels:  api, cms, headless
TriTan-CMS
TriTan CMS is a developer centric content management framework that allows you to go completely headless or nearly headless. With the mighty TriTan, you can build amazing RESTful applications and robust websites.
Stars: ✭ 19 (-95.91%)
Mutual labels:  headless, cms-framework, headless-cms
Mix.core
🚀 Mixcore CMS is an open source CMS that support both headless and decoupled to easily build any kinds of app/web app/customisable APIs built on top of ASP.NET Core / Dotnet Core. It is a completely open source ASP.NET Core (Dotnet Core) CMS solution. https://mixcore.org
Stars: ✭ 304 (-34.48%)
Mutual labels:  cms, headless-cms, headless
Rel
💎 Modern Database Access Layer for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API
Stars: ✭ 317 (-31.68%)
Mutual labels:  sql, database, mysql

Directus Logo  Directus Admin Application

IMPORTANT: You do not install this App directly, it is included in the Directus Suite, located here: directus/directus. This repository is only used to help organize the codebase.

Description

The Directus Admin Application is a Vue.js powered SPA designed to work with the Directus API to let the user manage all the data in the connected project. It's the GUI of working with the data in a Directus installation.

Installation / Usage

IMPORTANT: Unless contributing to the project, you shouldn't build the App from source. Use directus/directus instead.

  1. Clone the repo
  2. Install the depencencies using yarn
  3. Run yarn build to compile the app to a production bundle.

Development

You can run the application standalone using the included dev server. Run yarn serve in your terminal to fire up the Directus App with Hot Module Reloading and the Vue Devtools integration enabled.

By default, the application will connect to the demo API (https://demo.directus.io) when running in development mode. To connect to your own local API, provide the URL in the API_URL environment variable:

API_URL=http://localhost:8888 yarn serve

Core Team

Advisors, Sponsors, Partners, and Key Contributors

License

Directus is released under the GPLv3 license. RANGER Studio LLC owns all Directus trademarks and logos on behalf of our project's community. Copyright © 2006-2019, RANGER Studio LLC.

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