Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 987 Bytes

README.md

File metadata and controls

59 lines (43 loc) · 987 Bytes

Happy Tails

"Landing Page"

"Listings"

Project Setup

To set up the project locally:

  1. Clone the repository.
$ git clone [email protected]: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