Skip to content

beetnk/strapi-pro

 
 

Repository files navigation

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.

About

Strapi.io with image upload, location, wyswyg input

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.6%
  • CSS 15.2%
  • HTML 1.1%
  • Other 0.1%