- Description
- Technologies
- Prerequisites
- Installation
- Usage
- Visuals
- Contributors
- Roadmap
- Contact
- Acknowledgements
Los Amigos is a mobile first, responsive web application built with user interface experience in mind.
- MYSQL
- Sequelize
- Bootstrap
- Handlebars.js
- JavaScript MVC
- Express
- Node.js
- verify installation
node -v
npm -v
- Install dependencies at root
npm install
- Create MYSQL schema
mysql -u root
SOURCE db/schema.sql
exit
- seed data
npm run seed
- 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
Run the application
npm start (or)
node server.js
Home Page
![Home Page Image](/public/images/homepage.png)
Magdalena Perry:
- Create server.js and connection.js
- Create MYSQL database
- Create Models
- Create seeds
- Create View pages
- Home
- Menu
- Store page
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]