Skip to content

Maxzeno/nextpetbuddyapp

Repository files navigation

NextPetBuddy

Description

A React app to find lovely pets.

Prerequisites

Ensure you have the following installed:

  • Node.js (Version 14 or higher)
  • npm (Comes with Node.js)

Additionally, configure the following environment variables in a .env.local file:

REACT_APP_API_BASE_URL=https://nextpetbuddyapi.onrender.com/api/v1
REACT_APP_API_KEY=<Your Paystack Key>

Setup and Installation

  1. Clone the repository:

    git clone https://github.com/Maxzeno/nextpetbuddyapp.git
    cd nextpetbuddyapp
  2. Install dependencies: Install the necessary packages by running:

    npm install
  3. Run the app locally: After installing the dependencies, you can start the development server by running:

    npm start

    The app will be accessible at http://localhost:3000/ in your browser.

Releases

No releases published

Packages

No packages published