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
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.
Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.
Run this command on the backend folder. This command will start the server
- 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
Home Page
Product Page
Search Functionality
Sign Up Page
Google SignIn Option
Admin Dash Board
User Dashboard