Skip to content

Latest commit

 

History

History
executable file
·
28 lines (20 loc) · 609 Bytes

README.md

File metadata and controls

executable file
·
28 lines (20 loc) · 609 Bytes

Yalla Netlob

Description

A simple food order application using NodeJS and MySQL. NodeJS Course, ITI

Working application can be found on Heroku

Instructions

  1. Navigate to the applications directory and run the following command to install dependencies
npm install
  1. To start the server run
npm start
  1. To start the server with auto-restart option on file change run
supervisor app.js
  1. Open your web browser and type the following url

http://localhost:8090/

  1. Bon appétit!