Skip to content

Latest commit

 

History

History
83 lines (54 loc) · 2.01 KB

README.md

File metadata and controls

83 lines (54 loc) · 2.01 KB

Floofy

Floofy is a community-driven platform designed for pet lovers to connect, share experiences, and find services tailored for their furry friends. Built on the MERN stack, Floofy offers a seamless user experience for both desktop and mobile users.

Features

  • User authentication (#, Login)
  • Profile management
  • Community forums and discussions
  • Pet service directories (pet products , veterinarians)
  • Responsive design
  • Admin side management
  • post photos of your pets
  • scheduled database backup

Authors

Setup environment variables

PORT=3000
MONGO_CONN_STRING="YOUR_MONGO_CONNECTION_STRING/AnimalWelfareApp"
KEY="generate it using crypto"
KEY_ID="YOUR_RAZORPAY_PAYMENT_ID"

Installation

  1. clone the repository: git clone https://github.com/SankalpPyFever333/Floofy.git
  1. Navigate to project backend directory:
      cd .\backend\
  2. Install dependencies:
      npm install
  3. start the server:
      nodemon server.js

Now start client side:

  1. Navigate to directory floofy:
      cd .\frontend\floofy\
  2. Install dependencies:
      npm install
  3. run: npm start   

Screenshots

App Screenshot

App Screenshot

App Screenshot

App Screenshot

Technologies

  • React.js
  • Redux
  • Node.js
  • Express.js
  • MongoDB
  • Firebase(Authentication)
  • Postman(API testing)

License

MIT