Skip to content

Latest commit

 

History

History
79 lines (52 loc) · 4.04 KB

README.md

File metadata and controls

79 lines (52 loc) · 4.04 KB

Getting Started With Pet Club

LOGO-50-2-500x200.png

To Run This Project You Needs Nodejs, MongoDB Compass/MongoDB Local Server to Be Installed On The Local Machine. Steap By Steap Instruction Are Given Bellow
  • Frist Download and Install Node
  • Install MongoDB and add C:\Program Files\MongoDB\Server\6.0\bin to the environment variable on local machine
  • Download MongoSH and save it to C Drive then add C:\mongosh\bin to the environment variable on local machine
  • Create A database named pet-club
  • Now clone pet-club-frontend and pet-club-backend repo
  • Do npm install on both files
  • Add the collection to the database with the same name as the JSON files provided in the data folder on the backend repository
  • Import JSON file on the database collections

YOU NEED TO CONFIGURE FIREBASE AUTHENTICATION BEFORE GOING FURTHER

  • CREATE A .env FILE AND ADD YOU FIREBASE APP ID,API KEY ECT. FROM YOUR FIREBASE CONSOLE
  • FOR MORE INFORMATION VISIT CREATE-REACT-APP

Available Scripts

npm start

Run it on frontend folder. It runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm run build

Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.

npm run start-dev

Run this command on the backend folder. This command will start the server

Core Fetures Of This Web Project

  • It Has Multiple Login, Register Methods
  • User Can log in || Register Using Their Gmail, Facebook Account
  • It Has Admin Level Access Feature
  • It Has Separate Dashboard For Admin And Normal Users
  • Admin Can ADD, Read, Update or Delete Data

Some Glims From Pet Club

Home Page

screenshot-localhost-3000-2022-12-29-01-39-00.png

Product Page

screenshot-localhost-3000-2022-12-29-01-56-58.png

screenshot-localhost-3000-2022-12-29-01-57-39.png

Search Functionality

screenshot-localhost-3000-2022-12-29-01-57-24.png

Sign Up Page

screenshot-localhost-3000-2022-12-29-01-58-12.png

Google SignIn Option

Screenshot-13.png

Admin Dash Board

screenshot-localhost-3000-2022-12-29-02-17-40.png

screenshot-localhost-3000-2022-12-29-02-18-24.png

screenshot-localhost-3000-2022-12-29-02-18-40.png

last.png

screenshot-localhost-3000-2022-12-29-02-21-47.png

User Dashboard

screenshot-localhost-3000-2022-12-29-02-22-26.png