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.
-
Clone the repository:
git clone [email protected]:is-ahmed/Petpal.git
-
Navigate to the project directory:
cd Petpal
-
Install frontend dependencies:
cd frontend && npm install
-
Install backend dependencies:
-
cd ../backend
-
./startup.sh
(Assuming that you are running Ubuntu Linux or one of it's derivatives)
-
-
Run
cd frontend
-
Run the command
npm start
-
Open a separate terminal window from the one running
npm start
-
Execute the run script
./run.sh