项目作者: amacwhirter

项目描述 :
Georgia Tech Week 14 - Eat Da Burger Restaurant App
高级语言: JavaScript
项目地址: git://github.com/amacwhirter/burger.git
创建时间: 2017-05-01T03:07:34Z
项目社区:https://github.com/amacwhirter/burger

开源协议:

下载


burger

GT Week 14 - Eat Da Burger Restaurant App.

  1. A burger logger with MySQL, Node, Express, Handlebars and a homemade ORM.
  2. Add a burger you'd love to chow down, then devour it! Keeps track of burgers you want
  3. to devour, and burgers you have already devoured.
  4. Follows the MVC design pattern and uses Node and MySQL to query and route data in the app,
  5. with Handlebars to generate the HTML.

Getting Started

  1. To get started on this project, follow the installations instructions below.

Installations

  1. Before you contribute
  2. Make sure you install all the dependencies you need for the project
  3. Once you have Node.js installed on your computer
  4. Navigate to the working directory and do the following in your terminal
  5. Before you proceed, make sure you fork the repo
  6. ###### Step 1
  7. > npm install
  8. The above command will install all the dependencies you need
  9. ###### Step 2
  10. > npm install -g nodemon
  11. The above command will install nodemon globally for you
  12. nodemon will watch the files in the directory in which nodemon was started, and if any files
  13. change, nodemon will automatically restart your node application.
  14. ###### Step 4
  15. > nodemon server.js
  16. The above command will start the server for you
  17. ###### Step 5
  18. > Open your browser to http://localhost:3000/
  19. If you see "App listening on PORT 3000" in your CLI, then you're good to go :thumbsup:!
  20. Happy Contributing!

Built With

  1. * Node.JS
  2. * Express
  3. * Handlebars
  4. * MySQL
  5. * ORM
  6. * JavaScript
  7. * JQuery
  8. * Bootstrap
  9. * HTML
  10. * CSS

Contributing

  1. There are different ways to contribute
  2. * Front End
  3. * Back End
  4. * Designers
  5. * Genius Idea's
  6. * Unit Testers
  7. * etc.

Contributers

  1. * Ashley MacWhirter