imsuryaa / woo-w-pups

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Woo W' Pups

A platform where people can rent a pup and find pet sitters. Still working to add few features and UI enhancements.

Tech Stack

  • React, Bootstrap, NodeJS, ExpressJS, MongoDB
  • Braintree Payments for Making Payments (PayPal Integration)

To use this project, follow the steps below

  • Clone the repo and type npm install in frontend and backend directory to install the required dependecies
  • Create a .env file in frontend with following parameters
    • REACT_APP_BACKEND=http://localhost:<your_port_number>/api/ (Backend Server)
  • Create a .env file in backend with following parameters
    • DATABASE=mongodb://localhost:27017/<your_db_name>
    • PORT=<port_number>
    • SECRET=<your_secret_key>
    • MERCHANT_ID=<MERCHANT_ID>
    • PUBLIC_KEY=<PUBLIC_KEY>
  • Type npm start to start the servers in both frontend and backend CLI's

Screenshots

1 2 3 4 5 6 Admin Panel 7 8 9

About


Languages

Language:JavaScript 96.1%Language:CSS 2.2%Language:HTML 1.6%