flutterapp
HOMEBUYGITHUBFACEBOOK
  • FLUTTER RESTAURANT APP
  • Technologies
  • Restaurant App
    • Requirements
    • Installation Guide
    • App Structure
    • API Config
    • Push Notifications
    • Release Build
    • Video installation guide
Powered by GitBook
On this page
  1. Restaurant App

API Config

It gives information about how to configure Application programming interface on various servers and databases.

PreviousApp StructureNextPush Notifications

Last updated 5 years ago

Restaurant API

This app develop with nodeJS rest api . You can integrate your own api and buy

You can go to common -> constants.dart

Once app launches, you can create an account or login with default account we added in-app and order item. All the functionality works as expected by using our NodeJS backend

You can find API pointing towards to Backend. If you have your own Backend, you can replace this URL with your existing URL, or if you like to get our Backend, you can purchase and host it on your own server. You can visit our product page to check API as well as their pricing details.

You can notice API pointing to our demo server you can change with your API or get our API and setup on any cloud server and change this URL to your API URL.

Dashboard and api
NodeJS