Description
Technologies Used
Installation
Usage
Testing
Media
Contact and Questions
License
User Story
Acceptance Criteria
This is a full stack web app ecommerce site for the fictitious 3 Guys Pizza N Pies restaurant.
- 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
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
Navigate to the root directory in the terminal and type npm start to run the project
Navigate to http://localhost:3001/ in your browser
There are no formal tests for this project
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
Any questions feel free to contact us via our githubs or by sending any of us an email.
- Email: ericbwebdev86@gmail.com
- Github: https://github.com/ericbwebdev86
- Email: mattkolbach@yahoo.com
- Github: https://github.com/MattKolbach
- Email: fassbenderp0551@gmail.com
- Github: https://github.com/p-fassbender
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.