Skip to content

Latest commit

 

History

History
169 lines (125 loc) · 4.01 KB

README.md

File metadata and controls

169 lines (125 loc) · 4.01 KB

GitHub followers Contributors Forks Stargazers Issues

LinkedIn


Los Amigos Taqueria

Table of Contents

  1. Description
  2. Technologies
  3. Prerequisites
  4. Installation
  5. Usage
  6. Visuals
  7. Contributors
  8. Roadmap
  9. Contact
  10. Acknowledgements

Description

Los Amigos is a mobile first, responsive web application built with user interface experience in mind.

Deployed Links:

Los Amigos Link

(back to top)


Technologies

  • MYSQL
  • Sequelize
  • Bootstrap
  • Handlebars.js
  • JavaScript MVC
  • Express

(back to top)


Prerequisites

  1. Node.js
  2. verify installation
node -v
npm -v

(back to top)


Installation

  1. Install dependencies at root
npm install
  1. Create MYSQL schema
mysql -u root
  SOURCE db/schema.sql
  exit
  1. seed data
npm run seed 
  1. Create a .env file at the root of your file and add the following environment variables
  DB_NAME=NAMEOFYOURDB
  DB_USER=root
  DB_PASSWORD=yourdbpasswordatsetup

(back to top)


Usage

Run the application

npm start (or)
node server.js

Visuals

Home Page ![Home Page Image](/public/images/homepage.png)

Contributors

Magdalena Perry:

(back to top)


Roadmap

  • Create server.js and connection.js
  • Create MYSQL database
  • Create Models
  • Create seeds
  • Create View pages
    • Home
    • Menu
    • Store page

(back to top)


Contact

For any additional questions, please reach out to me through email and follow me on GitHub.

Name - Magdalena Perry LinkedIn

Github - magdalenaperry

email - [email protected]

(back to top)


Acknowledgements