Strapi Slack



Slack

  1. Strapi Slack
  2. Strapi Slack Channel
Strapi slackStrapi Slack

Strapi Slack

The end-to-end web platform for agile teams. Build, evolve, and scale your website fleet—with zero infrastructure management investment. Get hosting, CI/CD, automated updates, global 24x7 support. We are a group of technologists and serial entrepreneurs working to solve interesting problems.

Strapi Slack

Strapi Slack Channel

In this video we'll cover: What's Strapi? How to get up and running? How to build a quick model? How to interact with an API with HTTP Requests?
# Strapi
https://strapi.io/
# Docker compose file from GitHub
https://github.com/shahinrostami/strapi-docker
# More Videos & Subscribe
https://www.youtube.com/c/ShahinRostami
# Twitter for updates
https://twitter.com/ShahinRostami
# Overview
- What's Strapi?
- Get up and running
- Build a quick model
- Interact with HTTP Requests
# Related topics
full stack, devops, cms, reactjs, web developer

Slack
  • I wasnt expecting to found another MyHero fan here XD

  • btw I want to use strapi with node js and make ecommerce site with stripe but I am not able to find proper documentation for strapi node.js and stripe together

  • Hello, how to return the full url of the image in the json api? thank you.

  • You will receive the full url if you use an upload provider.
    Otherwise the full URL is API_URL + image URL

  • Geocities? good, you are old! hahaha! I'm the only one how got that reference! ;)

  • Thank you for the education of how to use strapi. A question maybe can you answer, If I don't use docker and it will be used for LAN hosting web, it will can be used?

  • You’re welcome! That’s right, you don’t need to use Docker if you don’t need to.

  • Both is usefull the strapi and your tutorial, i think this is nice and efficient method for many project, i wanna use this as a catalogue private site. Thank you

  • Quick question! How do you go about adding alt text/caption for your images on strapi?

  • They recently update the Media Library and you can now do that. Before you would have to create an extra field just for it

  • Thanks! what could you tell about the db used bu Strapi? performances, simultaneous request and scalability, request per second?

  • very easy to understand. please keep up the good works

  • sir, How to Update strapi global beta to Alpha ???

  • Hi and many thanks for sharing this video! Smooth voice and no background music/noise - that's how I like tutorials! Could you go a little bit deeper into the topic 'roles/permissions' in another video? I would love to see how to use Strapi in a collaborative scenario. Greets from Germany!

  • Hi - thank you. I may create more videos on Strapi in the future, watch this space :)

  • I have a doubt. Can the panel be delivered to the final client for him to do his CRUD operations? Or is the panel only for the developer and the developer with the API to create another panel for the client?
    Great video btw, Greetings from Mexico

  • The panel is only for developers and people you can trust with the 'master password' for the business

  • Thanks, Shahin. Your videos are GREAT. I too hope for more Strapi videos. E.g. on the subject of formatting the JSON into HTML for end user viewing. Thanks again. Love and peace, Joe

  • I'm glad it was useful, thank you for the kind words!

  • Thanks for explaining about Strapi. However, I am new in Docker and try to do the same based on this video. However, after docker-compose -d, it didn't show up in Kitematic. I am using macOS 10.14.3. Thanks in advance for explaining me why this is happen.

  • You're welcome! I'm planning to cover more of Strapi in future videos - anything in particular you think needs attention?

  • please do a video on making a frontend ui for strapi

  • 2 questions, I finished everything except the last step. When I tried to log into the admin site, it never finished loading and gave me '403 forbidden' errors in the Google Chrome console. is there a way to fix this?
    For the second question, if I were to try and modify this guide to work with a mongodb database, what would I have to do to get it to work?
    any help is appreciated!

  • @BeatsFL yo dude install it through npm as strapi@alpha - the none quickstart instructions ask you for mongo details

  • @Dr. Shahin Rostami well, the Strapi homepage loaded fine. It was just the admin page which gave me an issue. The logs are printing out some errors and warnings, but i'll try and look more into it. thanks!

  • Hi there! For the first question, perhaps Strapi wasn't ready? The best thing to do in the first instance is to check the docker logs from both containers - you can do this either through Kitematic or typing 'docker logs [container]' (https://docs.docker.com/engine/reference/commandline/logs/).
    For the second question, you can check out Strapi's own docker-compose file on their GitHub https://github.com/strapi/strapi-docker - this one uses MongoDB instead of MariaDB.
    I hope this helps - you can always check out Strapi's slack channel to get some support

  • This is very useful. Could you talk about referring content types from one to each other in Strapi?

  • Glad you enjoyed it, I'll add it onto the list for future videos!

  • Awesome Video, hope to see more on Strapi in the future. :)