Skip to content

ericbwebdev86/3-guys-pizza-n-pies

Repository files navigation

3-Guys-Pizza-n-Pies Github license

Table of Contents

Description
Technologies Used
Installation
Usage
Testing
Media
Contact and Questions
License
User Story
Acceptance Criteria

Description

This is a full stack web app ecommerce site for the fictitious 3 Guys Pizza N Pies restaurant.

Technologies Used

  • javascript
  • html
  • css
  • bootstrap
  • express
  • express handlebars
  • mysql2
  • sequelize
  • dotenv
  • bcrypt
  • express session
  • connect session sequelize
  • loadingbar.js

with a focus on full stack development following the MVC paradigm

Installation

Navigate to the root directory in the terminal and initialize the project with npm install to install all the proper node module dependencies.

Update the .envExample file to include your own username and password for mysql and then change the file name to be .env

Navigate to the root directory in the terminal and log into mysql with mysql -u <user> -p and enter your mysql password.

Initialize the database in mysql using the following commands

  • source db/schema.sql

Quit out of mysql and return to the root directory of this project. type in the command npm run seed to populate the database

Use

Navigate to the root directory in the terminal and type npm start to run the project

Navigate to http://localhost:3001/ in your browser

Tests

There are no formal tests for this project

Media

image image image image image image image

Link to the demo video

The following link is to this project's github repository https://github.com/ericbwebdev86/3-guys-pizza-n-pies

The following link is to this project's live website Link to Heroku site

Questions

Any questions feel free to contact us via our githubs or by sending any of us an email.

Eric

Matt

Preston

License

MIT license is a short and simple permissive license with conditions only requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code.