1
Siko
145d

can anyone suggest me what backend should i use for api,database if i use flutter?i know basic js and java,so maybe someone can suggest me one dont say which one i like or i much preffer because i still have low knowledge on BE,so just suggest me,Thanks

Comments
  • 0
    Based on the little information about your project, here is a suggestion :

    * Database : PostgreSQL

    * Back-end: Django

    * Communication : GraphQL

    Have fun :D
  • 1
    @Grumm why GraphQL? that'd be like using a sword to cut an apple, plus needless extra setup for a seemingly small project
  • 0
    @Grumm im new with BE,so what django can do?like create api etc
  • 0
    @azuredivay Don't know. It seems to be the new buzz-word at the moment.

    Also we don't know what the project is. Is it a blog ? webshop ? static website ?
  • 0
    @Siko Yes, Django is a backend where you can create those APIs.

    I mentionned GraphQL, but you can also use RESTful APIs.

    You can ofcourse use whatever you want : Laravel (php), ruby on rails, NestJS. You can even use C# if that is what you like. Again, it all depends what the project is.
  • 0
    @Grumm all the programming langguage you just said is for creata api right?
Add Comment