LovingSitter is a beautiful, easy-to-use platform that dog owners can easily find a dog sitter when they need it most. And it also provides an opportunity for people who want to be dog sitters.
Tech Stack: MongoDB, Express.js, React.js, Node.js, Typescript
Contributors: Hatchways,Yachao, Sabrina Lewis,
- Clone or download repository
- Go into the server directory
cd server - Run
npm installto install packages - Create your environment variable (.env) file
- Run
npm run devto start the server
- Go into the client directory
cd client - Run
npm installto install packages - Run
npm startto start the client side
- Go into the server directory
cd server - Run
npm testto run tests
-
Registration. Users will be able to create a new account using their email and password

-
Dashboard. Here is a description about what a user can expect to see
- Pets. Users can create pets and post pets status on this page.
5.Conversation. Users can send messages to dog sitters on the site.




