✏️
readymade-restaurant-app
  • Readymade Restaurant App
  • Technologies
  • Requirements
  • User Mobile App
  • Installation Guide
  • User Mobile App Structure
  • API Config
  • Push Notifications
  • Release Build
  • Delivery Mobile App
    • Prerequisites
    • App Setup
    • Delivery Mobile App Structure
    • Run App
  • CMS Dashboard
  • Zip File Structure
  • Introduction to NodeJS
  • System Requirements
  • How To Run
  • Project Structure
  • CMS API Config
  • Push Notifications For CMS
  • Deployment
    • Heroku NodeJS Api
  • Changelog
    • Changelog
Powered by GitBook
On this page

Was this helpful?

API Config

It gives information about how to configure Application programming interface on various servers and database such as Mongo DB.

PreviousUser Mobile App StructureNextPush Notifications

Last updated 4 years ago

Was this helpful?

Restaurant API

This app developed with nodeJS rest API. You can integrate your own API too in this app.

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.

NodeJS