Skip to content

heyrasel/SE-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MovePet

MovePet is a platform connecting pet owners with trusted caretakers. It provides services such as pet walking, feeding, veterinary support, a pet community, and a pet store.

Stack

  • Frontend: React.js
  • Backend: Express.js (Node.js)
  • Database: MySQL

Features

  • User authentication (owners, caretakers, vets, store owners)
  • Booking system (pet care, vet appointments)
  • Community forums (posts, comments, lost & found, adoptions)
  • Veterinary services (appointments, health records)
  • Pet store (products, subscriptions, orders)
  • Reviews & ratings
  • Pet profile management
  • Notifications (structure for push notifications)
  • Payment integration (structure for secure payments)
  • Real-time tracking (API stub)

Getting Started

Backend

  1. cd server
  2. npm install
  3. Configure your MySQL credentials in config/db.js
  4. npm run dev

Frontend

  1. cd client
  2. npm install
  3. npm start

Directory Structure

  • /client - React frontend
  • /server - Express backend

About

This is our software lab project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published