To set up the project locally:
- Clone the repository.
$ git clone [email protected]:rachdawn/Happy-Tails.git
- Navigate to the Project Directory
$ cd Happy-Tails
- Install Dependencies
$ npm install
- Fix to binaries for sass:
$ npm rebuild node-sass
- Create the
.env
by using.env.example
as a reference:
$ cp .env.example .env
- Update the .env file with your correct local information
- username:
labber
- password:
labber
- database:
midterm
- Reset database:
$ npm run db:reset
- Run the server:
$ npm run local
- Visit
http://localhost:8080/
- Node 10.x or above
- NPM 5.x or above
- PG 6.x