Skip to content

PatrickFHam/Good-Neighbor

 
 

Repository files navigation

The Shelf

License: GPL v3

Table of contents

Description

  • What was your motivation? To bring neighbors together by allowing them to track movies that their neighbors and they want to share and swap amongst themselves.
  • Why did you build this project? To allow people to make connections with those around them by sharing their common interests
  • What problem does it solve? This app allows people to track where their stuff goes and allows them to share what they love.
  • What did you learn? A lot about handlebars, back-end, anime.js and how to work on a team.

Installation

Visit our site on Heroku or to install on your local machine, please following these instructions:

  1. Clone repo
  2. Create a .env file with the following code:
  • DB_NAME=goodneighbor_db
  • DB_PASSWORD=your_password
  • DB_USER=root
  1. Enter npm i
  2. Enter your MySQL and run source db/schema.sql
  3. Then exit MySQL
  4. Enter npm run seed to get seeded data
  5. Finally, enter npm start

Technologies Used

  • HTML
  • CSS
  • Bootstrap
  • Anime.js
  • JavaScript
  • jQuery
  • Node.js
  • Express.js
  • Popper.js
  • Handlebars
  • MySQL
  • Sequelize
  • Heroku

Usage and Screenshots

Landing page LogIn page The shelf Welcome page About us page

Live URL

https://pure-cliffs-09110.herokuapp.com/

Credits

Jeanie Uy, Emmanuela Jean-Baptiste, Patrick Ham, Ross McWey

Questions


For any questions please contact Patrick at patrick.f.ham@gmail.com

License


GNU GPL v3
Please refer to this link for the GNU General Public Licences http://www.gnu.org/licenses/gpl-3.0.txt Copyright (C) [2022] [Jeanie Uy, Emmanuela Jean-Baptiste, Patrick Ham, Ross McWey]
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • CSS 36.0%
  • JavaScript 33.8%
  • Handlebars 30.2%