PawSpot is an online marketplace connecting pet owners with trusted hosts for short- and long-term homestays. This full-stack application showcases my ability to build scalable, user-focused web solutions. (Live Site)
- User Authentication: Secure login and registration for pet owners and hosts.
- Spot Listings: Browse, filter, and search for available spots.
- Spot Management Dashboard: Create, manage, and update listings effortlessly.
- User Reviews & Ratings: Share experiences and build trust within the community.
React
&Redux
: Dynamic, interactive UI with efficient state management.Express
: Robust API handling and secure authentication.JWT
Authentication: Ensures secure user sessions.PostgreSQL
&Sequelize
: Relational data management in production using Sequelize ORM.SQLite
: Used for local development and testing.
- API Documentation
- Frontend Documentation (coming soon!)
Visit the live site: https://pawspot.onrender.com/
-
Clone the repository:
git clone https://github.com/yourusername/pawSpot.git cd pawSpot
-
Install dependencies: Navigate to the
frontend
andbackend
directories and install dependencies for each.npm install
-
Start the application:
-
Start the backend server:
cd backend npm start
-
Start the frontend development server:
cd frontend npm run dev
- Enhanced Search & Filters: Refine search options by amenities, location, and pet preferences.
- Booking System: Real-time availability and instant confirmation.
- Google Maps Integration: Interactive map to locate nearby spots.
- AWS Image Hosting: Faster image storage and scalability.
- Favorites: Save and revisit favorite spots.
- Multi-Language Support: Expand global reach with multi-language options.