Skip to content

rachdawn/Happy-Tails

 
 

Repository files navigation

Happy Tails

"Landing Page"

"Listings"

Project Setup

To set up the project locally:

  1. Clone the repository.
$ git clone git@github.com:rachdawn/Happy-Tails.git
  1. Navigate to the Project Directory
$  cd Happy-Tails
  1. Install Dependencies
$  npm install
  1. Fix to binaries for sass:
$  npm rebuild node-sass
  1. Create the .env by using .env.example as a reference:
$  cp .env.example .env
  1. Update the .env file with your correct local information
  • username: labber
  • password: labber
  • database: midterm
  1. Reset database:
$  npm run db:reset
  1. Run the server:
$  npm run local
  1. Visit http://localhost:8080/

Dependencies

  • Node 10.x or above
  • NPM 5.x or above
  • PG 6.x

About

Happy Tails Rescue Hub was created for the purpose of streamlining the process of connecting adoptable dogs with their fur-ever families. Aiming to increase exposure for local rescues by providing a convenient central hub for those who are looking to adopt a furry friend. 🐾

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • EJS 41.0%
  • JavaScript 36.6%
  • SCSS 22.4%