All Projects → Radrw → strapi-pro

Radrw / strapi-pro

Licence: MIT license
Strapi.io with image upload, location, wyswyg input

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to strapi-pro

Pimcore
Open Source Data & Experience Management Platform (PIM, MDM, CDP, DAM, DXP/CMS & Digital Commerce)
Stars: ✭ 2,352 (+16700%)
Mutual labels:  cms-framework
coscms
Simple Modulized PHP framework. Demo login (admin / admin):
Stars: ✭ 21 (+50%)
Mutual labels:  cms-framework
ginadmin
基于Gin开发的后台管理系统,集成了、数据库操作、日志管理、权限分配管理、多模板页面、自动分页器、数据库迁移和填充、Docker集成部署等功能、静态资源打包
Stars: ✭ 149 (+964.29%)
Mutual labels:  cms-framework
Twill
Twill is an open source CMS toolkit for Laravel that helps developers rapidly create a custom admin console that is intuitive, powerful and flexible.
Stars: ✭ 2,539 (+18035.71%)
Mutual labels:  cms-framework
phpvibe-lite
PHPVibe Open source video CMS / Video Sharing CMS / Youtube Api v3 / Video Embeds
Stars: ✭ 71 (+407.14%)
Mutual labels:  cms-framework
jease
Jease is a Java CMS framework based on Object Database
Stars: ✭ 25 (+78.57%)
Mutual labels:  cms-framework
Sonicjs
SonicJS is a Modern Open Source NodeJs Based Content Management System
Stars: ✭ 171 (+1121.43%)
Mutual labels:  cms-framework
typijs
The Angular CMS Framework for building fully-featured SPA sites powered by NodeJS and MongoDB with TypeScript
Stars: ✭ 141 (+907.14%)
Mutual labels:  cms-framework
simpleCMS
simpleCMS是一款开源cms系统, 主要为个人/团队快速开发博客或者知识共享平台, 类似于hexo, worldpress, 但是他们往往需要复杂的搭建过程, 我们将复杂度降到最低, 并且有详细的部署教程, 你只需要有一台服务器, 就能轻松拥有一个属于你的博客平台.
Stars: ✭ 74 (+428.57%)
Mutual labels:  cms-framework
react-bricks-docs
React Bricks CMS documentation website
Stars: ✭ 15 (+7.14%)
Mutual labels:  cms-framework
Whatcms
CMS Detection and Exploit Kit based on Whatcms.org API
Stars: ✭ 205 (+1364.29%)
Mutual labels:  cms-framework
Canner
⚡️[NOT MAINTAINED] Content Management Framework creates custom CMS fast and easy. Support data sources such as Firebase/Firestore, GraphQL and Restful APIs.
Stars: ✭ 2,472 (+17557.14%)
Mutual labels:  cms-framework
ultron-ele
The world’s fastest LMS engine based on Gatsby -- Deliver knowledge with fun!
Stars: ✭ 27 (+92.86%)
Mutual labels:  cms-framework
Xpressengine
PHP Open Source CMS
Stars: ✭ 178 (+1171.43%)
Mutual labels:  cms-framework
TheOpenCMS
TheOpenCMS. CMS on Rails
Stars: ✭ 36 (+157.14%)
Mutual labels:  cms-framework
Lyniconanc
Lynicon CMS for ASP.Net Core for .Net Standard 2.0/2.1 and .Net 4.6.1/4.6
Stars: ✭ 173 (+1135.71%)
Mutual labels:  cms-framework
Cradle
Cradle is a modern Content Management System in PHP7. This is the main project.
Stars: ✭ 18 (+28.57%)
Mutual labels:  cms-framework
lumen-cms
GraphQL API-First CMS based on NodeJS and Vue 2, Nuxt and Vuetify
Stars: ✭ 77 (+450%)
Mutual labels:  cms-framework
WalkTheWeb
WalkTheWeb 3D Internet - Metaverse - Multiverse - Host your own multiplayer Metaverse of 3D Games, 3D Shopping, and 3D Scenes!
Stars: ✭ 28 (+100%)
Mutual labels:  cms-framework
DuxCMS3
DuxCMS开源内容管理系统
Stars: ✭ 44 (+214.29%)
Mutual labels:  cms-framework

API creation made simple, secure and fast.

The most advanced open-source Content Management Framework to build powerful API with no effort.


Dependency Status Dependency Status Dependency Status Dependency Status



Quick start

Read more from here https://medium.com/@ceddybi/strapi-rocks-d887c758831e

Concepts

Your api's model should include the type_render and type_mongo, something like this screen shot 2018-02-15 at 3 51 48 pm

Components

Custom components will appear when you're creating a new item from the content type manager, when describing the type_render keep in mind the following.

  • wysiwyg = A simple WYSWYG editor
  • single-image = A single image upload
  • multi-image = Multiple images update with a set primary feature
  • location = a Google maps location picker
  • e.t.c.... you can browser the custom-components folder to get all the custom components

NOTE: All these components save data as string.

About image upload, it receives the image file, uploads it to the cloud, then the cloud returns a url link to it, which is used for preview and saving in the database.

Support

For more information on the upcoming version, please take a look to our ROADMAP.

Community support

For general help using Strapi, please refer to the official Strapi documentation. For additional help, you can use one of this channel to ask question:

Professional support

Strapi Solutions, the company behind Strapi, provides a full range of solutions to get better results, faster. We're always looking for the next challenge: coaching, consulting, training, customization, etc. Drop us an email to see how we can help you.

License

MIT License Copyright (c) 2015-2018 Strapi Solutions.

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