Build a RESTAPI in Swift #11 Authentication and Seeds

Sdílet
Vložit
  • čas přidán 17. 04. 2023
  • In this new video series we will be building a new RESTAPI for my new learning platform called Devscorch Academy. Devscorch Academy is a new platform which I will be launching later In 2023 and it is going to be an amazing project.
    I decided to build this completely into the open, so this means I'm recording the complete development of the RESTAPI, The website and the mobile applications.
    In this series we are building a RESTAPI using the Vapor Framework, a Swift framework which allows us to build Swift applications for the web.
    So I hope you are as excited as I am and if you are ready and want to learn how to code RESTAPI's in Swift, just watch the whole series and see what happens ;)
    For more articles and free content check out my website:
    devscorch.com
    Please follow me on Instagram, Facebook and Twitter
    / devscorch
    / devscorch
    / devscorch

Komentáře • 4

  • @ashkanminayy7332
    @ashkanminayy7332 Před rokem +4

    I wanted to take a moment to express my gratitude for your excellent video tutorial on Swift server side development. Your insights and guidance have been incredibly helpful in deepening my understanding of this complex topic.Your clear explanations and step-by-step demonstrations have made the learning process smooth and enjoyable. I appreciate your willingness to share your knowledge and expertise with the community.Thanks to your tutorial, I have been able to make significant progress in my own Swift server side project, and I look forward to continuing to learn from you in the future.Once again, thank you for your generosity and dedication to helping others in the development community.

  • @ashkanminayy7332
    @ashkanminayy7332 Před rokem

    Why do I get an error when calling this method?
    try app.autoMigrate().wait()
    Fatal error: Error raised at top level: PostgresNIO.PSQLError(backing: PostgresNIO.PSQLError.(unknown context at $101169b1c).Backing)
    2023-04-23 16:43:35.638489+0330 Run[45611:1387943] Swift/ErrorType.swift:200: Fatal error: Error raised at top level: PostgresNIO.PSQLError(backing: PostgresNIO.PSQLError.(unknown context at $101169b1c).Backing)

    • @Exodai-Academy
      @Exodai-Academy  Před rokem +1

      Did you setup a Database with Docker and the database setup in configure.swift?