AbdurRehman712 / food

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

services platforms author
app-service\api
nodejs
pkefal

FoodTrucks - Node API App for Azure App Service

This sample application contains a Node.js app using Express. You can run it locally, or learn how to deploy it to Azure and use Swagger to define the REST API.

Quick Start

  1. Clone the repo, install
git clone https://github.com/Azure-Samples/app-service-api-node-food-trucks.git foodtrucks
cd foodtrucks
  1. Install the node packages
npm install
  1. Start the node server
npm start
  1. Open the browser to http://localhost:1337

Deploy to Azure

Follow the steps at this tutorial Build and deploy a Node.js API app in Azure App Service to deploy it to Azure.

About

License:MIT License


Languages

Language:JavaScript 94.3%Language:CSS 5.2%Language:HTML 0.5%