LogoLogo
HOMEPRODUCTSBUY PRODUCTGET COUPON
  • Flutter Grocery Pro
  • Introduction
  • Overview
  • Features
  • Technologies
  • Prerequisites
  • Source code
  • Changelog
  • FAQ
  • Support
  • API - Backend
  • NodeJS Installation
  • NestJS Installation
  • API Setup
  • Run API
  • Release
  • MongoDB setup
  • DASHBOARD
    • Angular Installation
    • Dashboard Setup
    • Run Dashboard
    • Release Dashboard
  • Grocery Customer App
    • Flutter Installation
    • App Setup
    • App Structure
    • Run App
    • Release build
  • USER-MANUAL-CMS
    • Products
    • Categories
    • Coupon
    • Deals
    • Orders
    • Settings
Powered by GitBook
On this page

Was this helpful?

Run API

Follow the commands to Run API.

PreviousAPI SetupNextRelease

Last updated 4 years ago

Was this helpful?

You need to follow this command to run API, Once API runs you can use API endpoint in your app or dashboard.

$ cd api
$ npm install
$ npm run start // For development

You can also run this API with the help of . You can install nodemon globally on your machine and just run nodemon command in API directly and API will start default port on 3000.

You can deploy this API to any server like Heroku, Digital Ocean, AWS, and map with your Domain or IP and add an API endpoint to our app.

nodemon