FormToHome is an online platform that allows users to submit and manage service request forms. It is designed to connect service providers with users in a seamless and efficient manner.
- 🗉️ Service Request Form Submission – Users can submit forms online.
- 🍔 Vegetable Seller Integration – Sellers can list vegetables with price and location.
- 📍 Location Tracking – Users can view seller locations and collect items.
- 🔐 User Authentication – Secure login and registration system.
- 📊 Data Management – Backend processing with MongoDB.
- Backend: Django (Python)
- Frontend: HTML, CSS, JavaScript
- Database: MongoDB
- Version Control: Git & GitHub
FormToHome/
│── env/ # Virtual environment
│── static/ # Static files (CSS, JS)
│── templates/ # HTML templates
│── app/ # Django App
│ ├── models.py # Database models
│ ├── views.py # Views logic
│ ├── urls.py # URL routing
│── manage.py # Django project manager
│── README.md # Project documentation
- Clone the repository:
git clone https://github.com/sureshsuriya/FormToHome.git
- Navigate into the project directory:
cd FormToHome - Create a virtual environment and activate it:
python -m venv env source env/bin/activate # On macOS/Linux env\Scripts\activate # On Windows
- Install dependencies:
pip install -r requirements.txt
- Run the development server:
python manage.py runserver
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Commit your changes:
git commit -m "Added new feature" - Push to GitHub:
git push origin feature-branch
- Open a Pull Request.
This project is licensed under the MIT License.