ParkEz addresses the common challenge of finding available parking spaces in urban environments, where parking scarcity is a significant concern for drivers. This web application serves as a user-friendly platform that enables individuals to locate nearby parking areas while also allowing property owners to list their available spaces for rent.
- Frontend: TypeScript, React.js
- Backend: Node.js, Express
- Database: MongoDB Atlas
- Authentication: Firebase
- Map Integration: Mapbox API
- Version Control: Git
- Deployment: Vercel, Render
- Node.js (v14 or above)
- MongoDB Atlas for database hosting
- Firebase Account for authentication
- Mapbox Account for API keys
git clone https://github.com/Kris0011/ParkEz.git
cd ParkEz
# Install backend dependencies
cd backend
npm install
# Install frontend dependencies
cd ../frontend
npm install
Create a .env
file in both the backend
and frontend
directories and add the following variables:
PORT=5000
MONGODB_URI=your_mongodb_connection_string
FIREBASE_CONFIG=your_firebase_config_json
VITE_MAPBOX_TOKEN=your_mapbox_api_token
VITE_FIREBASE_CONFIG=your_firebase_config_json
cd backend
npm start
cd frontend
npm run dev
The application will be available at http://localhost:5173
.
This project is licensed under the MIT License - see the LICENSE file for details.
Happy parking with ParkEz! 🚗