Skip to content

zishanPathan/BikePool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

# BikePool

A Web application for bike pooling (like BlaBlaCar, but for two-wheelers).

Project Structure

BikePool/
├── backend/ # Node.js + Express server
├── frontend/ # React + Vite client
└── README.md

Tech Stack

  • Frontend: React (Vite)
  • Backend: Node.js, Express
  • Database: (to be decided: MongoDB / MySQL / PostgreSQL)
  • Version Control: Git + GitHub

Features (Planned)

  • 🔑 User authentication (sign up / login)
  • 🛵 Post a ride (origin, destination, time)
  • 👥 Join a ride
  • ⭐ Ratings & feedback
  • 📱 Responsive UI

Getting Started

  1. Clone repo:
    git clone git@github.com:zishanPathan/BikePool.git
    cd BikePool
  2. Setup backend:
cd backend
npm install
npm start
  1. Setup frontend:
cd frontend
npm install
npm run dev

Save → commit → push:

git add README.md
git commit -m "add README with project overview"
git push origin main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors