https://github.com/devkishor8007/node-restapi-flutter
A sample project working on REST API
https://github.com/devkishor8007/node-restapi-flutter
dart expressjs flutter flutter-apps heroku http mongodb nepal node-restapi-flutter nodejs nodejs-server nodemon opensource rest-api
Last synced: 3 months ago
JSON representation
A sample project working on REST API
- Host: GitHub
- URL: https://github.com/devkishor8007/node-restapi-flutter
- Owner: devkishor8007
- Created: 2021-07-05T09:16:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-06T09:15:49.000Z (almost 5 years ago)
- Last Synced: 2025-09-23T20:41:23.935Z (9 months ago)
- Topics: dart, expressjs, flutter, flutter-apps, heroku, http, mongodb, nepal, node-restapi-flutter, nodejs, nodejs-server, nodemon, opensource, rest-api
- Language: Dart
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-RESTAPI-flutter
A new project Node with Flutter.
## Kishor Kc
### Firstly, I make a REST API using Node js, Express js , MongoDB and I host the API in the Heroku Server.
#### For Get Method
https://api2021.herokuapp.com/
#### For Post Method
https://api2021.herokuapp.com/post
#### For Update Method
https://api2021.herokuapp.com/put/$id
#### For Delete Method
https://api2021.herokuapp.com/delete/$id
### Backend Server Source Code
Do check the REST API [Backend Server]
https://github.com/devkishor8007/node-restapi-express.git
#
### Secondly, I create the Flutter project and Start to play these method.
flutter create cool_pro
### Package Use in Flutter
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.
## Some Terms - You should know
```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.
## Output Node-RESTAPI-Flutter