Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Grumm1805347dBased on the little information about your project, here is a suggestion :
* Database : PostgreSQL
* Back-end: Django
* Communication : GraphQL
Have fun :D -
azuredivay1088347d@Grumm why GraphQL? that'd be like using a sword to cut an apple, plus needless extra setup for a seemingly small project
-
Grumm1805347d@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 ? -
Grumm1805347d@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.
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
question