A simple food order application using NodeJS and MySQL. NodeJS Course, ITI
Working application can be found on Heroku
- Navigate to the applications directory and run the following command to install dependencies
npm install
- To start the server run
npm start
- To start the server with auto-restart option on file change run
supervisor app.js
- Open your web browser and type the following url
- Bon appétit!