Welcome to the EasyPark GitHub repository! EasyPark is a user-friendly parking app built using the Django framework, designed to revolutionize the way you interact with parking spaces.
- Intuitive Interface: Find and reserve parking spots in various locations with ease.
- Real-time Availability: Get real-time updates on parking space availability.
- Reservation System: Reserve parking spots in advance for a hassle-free experience.
- User Profiles: Manage your parking history, favorites, and payments in one place.
- Clone the repository:
git clone https://github.com/jignesh1001/easypark.git - Navigate to the project directory.
- Create a virtual environment:
python -m venv venv - Activate the virtual environment:
- On Windows:
venv\Scripts\activate - On macOS and Linux:
source venv/bin/activate
- On Windows:
- Install dependencies:
pip install -r requirements.txt - Configure your database settings in
settings.py. - Apply migrations:
python manage.py migrate - Run the development server:
python manage.py runserver