UpDog is a webapp for users to look at other dogs in the area with a motivation to be able to easily find other dogs nearby in order for pet owners to be able to schedule and set up playdates for their dogs.
bcrypt, connect-session-sequelize, dotenv, express, express-handlebars, express-session, mysql2, sequelize, Google maps javascript & places APIs, multer (new technology used).
To install necessary dependencies, run the following command in your terminal:
npm install
- Be sure to create the .env file in your root directory with your MySQL user/password information.
DB_NAME='dogbook_db'
DB_USER='root'
DB_PW='your password'
- To initiate the MySQL command line, type:
mysql -u root -pin your command line and then your MySQL password. - To execute the
schema.sqlfile, type into the MySQL command line:source db/schema.sql - To exit the MySQL command line, type
quit;orexit; - Once updated, run
npm startin your terminal and visit http://localhost:3001/ to get started!
Or use the live link here!
Licensed under MIT. Apache License, Version 2.0 (Google Maps)
Application created with the help of Saul Huerta, Kevin Ivy, Katelyn Lopes, and Courtney Stanton.
There are currently no tests for this application.
If you have any questions about the repo, open an issue or contact us directly.
