A new project Node with Flutter.
Firstly, I make a REST API using Node js, Express js , MongoDB and I host the API in the Heroku Server.
I used Heroku but, as many of you know, it is no longer availabe. so create your oun
flutter create cool_pro
http
At last, I make small UI and play with in the REST API. For more, You can check my code as you can fork and clone.
REST
stands for Representational State Transfer. REST has SSL and HTTPS for security. REST API uses Web Application Description Language for describing the functionalities being offered by web services
API
stands for Application Program Interface; a set of routines, protocols and tools for building software and applications.
Node.js
is a JavaScript runtime built on Chrome's V8 JavaScript engine.
Flutter
is an open-source UI software development kit created by Google. It is used to develop cross platform applications for Android, iOS, Linux, Mac, Windows, Google Fuchsia, and the web from a single codebase.
Dart
is a programming language designed for client development, such as for the web and mobile apps. It is developed by Google and can also be used to build server and desktop applications
Heroku
is a cloud platform as a service supporting several programming languages.