Skip to content

Shandea/Shorty-s-Dog-Rescue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Shorty's Rescue

Shorty's Rescue is a Full Stack React SPA showcasing dogs available for adoption. Users can view dog profiles with pictures and submit adoption interest forms. The site also features a donation page where visitors can make contributions to support the rescue.

Technologies Used

  • React
  • Mongoose
  • Express
  • MongoDB (Cloud Database)

Getting Started

To run Shorty's Rescue locally, follow these steps:

  1. Clone the repository: git clone https://github.com/okrayum/Shorty-s-Rescue.git

  2. Install dependencies for the client:

    cd client

    npm install

  3. From the client folder start the frontend:

    npm run start

This will only provide access to the frontend of the project.

Full Functionality:

For access to the full functionality, including cloud database connections and environment variables, please inquire to GitHub user okrayum.

If you have obtained the required information to see the full project, you may follow the additional steps listed below.

  1. Go back to the root directory:

    cd ..

  2. Install dependencies for the server:

    cd server

    npm install

  3. Return to the client folder start the frontend and backend simultaneously using Concurrent:

    cd ..

    cd client

    npm run start:dev

About

Puppy Adoption Site Built in REACT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published