An open API service indexing awesome lists of open source software.

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

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