Gonuts Donuts is a site that allows a user to order donuts and be notified via SMS when their order will be ready for pickup, while simulatneously notifying the owner via SMS when an order has been placed. It is a full stack web application built with HTML, Bootstrap, Flexbox, Sass, JS, jQuery, AJAX, Node, Express, Knex, PostgresSQL and Twilio.
- Install dependencies using the
npm installcommand. - Run migrations using the
npm run knex migrate:latestcommand. - Run the seed using the
npm run knex seed:runcommand. - Run the development web server using the
npm run localcommand. The website will be served at http://localhost:8080/ - Go to http://localhost:8080/ in your browser and start ordering from Gonuts Donuts and go nuts for donuts!
- body-parser 1.15.x or above
- cookie-session 2.0.x or above
- express 4.13.x or above
- knex 0.11.x or above
- node-sass-middleware 0.9x or above
- pg 6.0.x or above
- Twilio




