Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 1.7 KB

README.md

File metadata and controls

31 lines (28 loc) · 1.7 KB

Enigma-Restaurant-App

Application for placing orders online from Engima Pizza Restaurant with a chat bot.

Development

NodeJS Express.js Socket.io MongoDB ESLint Handlebars Ejs Render

Design

HTML5 CSS3 JavaScript Adobe Photoshop

Setup development server

  • Make sure you have npm installed
  • Clone this repository
  • Open your terminal in the base directory of the repository
  • Run the following command to install the dependencies
    npm install
    
  • Run the following to start the development server
    npm start run:dev