The Community Prayer Requests project is a web application designed to connect individuals through the power of prayer. Users can submit prayer requests, support others, and engage with a community dedicated to faith and compassion.
- User Authentication: Users can sign up and log in to submit prayer requests.
- Request Submission: Users can submit prayer requests with details and categories.
- Support System: Users can support prayer requests by donating.
- Community Engagement: Users can view and interact with prayer requests.
- Django
- Python
- HTML/CSS
- JavaScript
- Bootstrap
- Clone the repository:
git clone https://github.com/yourusername/community-prayer-requests.git
- Install dependencies:
cd community-prayer-requests pip install -r requirements.txt
- Apply migrations:
python manage.py migrate
- Start the development server:
python manage.py runserver
- Access the application at
http://localhost:8000
.
- Sign up for an account.
- Submit prayer requests.
- Support prayer requests by donating.
- View and interact with prayer requests.
We welcome contributions to improve the project. Please read our CONTRIBUTING.md for guidelines on how to contribute.
This project is licensed under the MIT License. See the LICENSE file for details.
For any inquiries or feedback, please reach out to [email protected].
Thank you for your interest in the Community Prayer Requests project!