Skip to content

The Park and Ride web application simplifies commuting by enabling users to easily find and book parking spots and shuttle rides through a secure, responsive platform. Its scalable architecture and user-friendly design improve mobility and make travel more convenient.

Notifications You must be signed in to change notification settings

Heman-dot/Park-Ride

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš— Park and Ride Web

A modern web application for searching, booking, and managing park-and-ride rides. Built with React, Material UI, and Node.js.


✨ Features

  • πŸ” Search Rides: Find available rides between locations.
  • 🚘 Book Rides: Instantly book a ride with your preferred driver.
  • πŸ“œ Ride History: View your past bookings and ride details.
  • πŸ›‘οΈ Authentication: Secure login and user management.
  • πŸ’¬ Driver Ratings: See driver ratings and reviews.
  • πŸ“± Responsive Design: Works seamlessly on desktop and mobile.

πŸ› οΈ Tech Stack

  • Frontend: React, TypeScript, Material UI, Framer Motion
  • Backend: Node.js, Express
  • Database: MongoDB (or your choice)
  • APIs: RESTful endpoints

πŸš€ Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/Heman-dot/Park-Ride 
    cd park-and-ride-web
  2. Install dependencies:

    cd client
    npm install
    cd ../server
    npm install
  3. Set up environment variables:

    • Copy .env.example to .env in both client and server folders and fill in your configuration.
  4. Start the development servers:

    • Backend:
      cd server
      npm run dev
    • Frontend:
      cd ../client
      npm start
  5. Open your browser:


πŸ“‚ Project Structure

park-and-ride-web/
β”œβ”€β”€ client/      # React frontend
β”œβ”€β”€ server/      # Node.js backend
β”œβ”€β”€ README.md
└── ...

πŸ“ API Endpoints

Method Endpoint Description
POST /api/rides/search Search for rides
POST /api/rides/book Book a ride
GET /api/rides/history Get ride history
... ... ...

🀝 Contributing

Contributions are welcome! Please open issues and submit pull requests.


πŸ“„ License

This project is licensed under the MIT License.


πŸ™‹β€β™‚οΈ Contact

For questions or support, please contact hemannarayanan@gmail.com.


About

The Park and Ride web application simplifies commuting by enabling users to easily find and book parking spots and shuttle rides through a secure, responsive platform. Its scalable architecture and user-friendly design improve mobility and make travel more convenient.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published