This project is a web-based application developed in Python using the Django framework. It provides a solution for managing parking spaces, including a payment feature using Stripe API.
-
We would like to thank Stripe for their payment API
-
Django Community for providing a robust framework for web development
Stripe API : https://stripe.com/docs/api
Django : https://docs.djangoproject.com/en/3.2/
Contributions are always welcome!
We welcome contributions to this project. Please fork the repository, make your changes, and submit a pull request.
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.
- User registration and login.
- Booking and payment feature using Stripe API.
- Admin dashboard for managing parking spaces and bookings.
- To install this project on your local machine, follow these steps:
-
Clone the repository 'git clone https://github.com/CODAHOLICSS/Vehicle_Parking_Management_System'
-
Create a virtual environment:'python3 -m venv venv'
-
Activate the virtual environment: 'source venv/bin/activate'
-
Install dependencies: 'pip install -r requirements.txt'
- To run this project on your local machine, follow these steps:
-
Activate the virtual environment: "source venv/bin/activate"
-
Run the development server: "python manage.py runserver"
App Screenshots (Click the Link to View Screenshots)
- Python
- Django
- Stripe API