Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 777 Bytes

README.md

File metadata and controls

34 lines (18 loc) · 777 Bytes

Petpal

Description

This is a full-stack application that acts as a mock website that pet seekers can use to adopt pets and pet shelters can use to find adopters for their pets.

Installation

  1. Clone the repository: git clone [email protected]:is-ahmed/Petpal.git

  2. Navigate to the project directory: cd Petpal

  3. Install frontend dependencies: cd frontend && npm install

  4. Install backend dependencies:

    • cd ../backend

    • ./startup.sh (Assuming that you are running Ubuntu Linux or one of it's derivatives)

Development

Starting frontend server

  • Run cd frontend

  • Run the command npm start

Starting backend server

  • Open a separate terminal window from the one running npm start

  • Execute the run script ./run.sh