The “Automatic Information Tracker System for Students” aims to address the challenges faced by students when searching for suitable PG accommodation, hostel and Tiffin services in Nadiad. The website aims to be a one stop solution for students to find relevant information and save costs typically associated with brokers.
Develop a user-centric platform for students to find PG accommodations, hostels, and tiffin services in Nadiad
- Students : Primary users who seek services from the website.
- Accommodation Providers : Interested People having their properties listed on the website.
- Tiffin Service Providers : Interested People having their services listed on the website.
- University : Collaboration with institutions will enhance user base and increase website visibility.
- Frontend : React
- Backend : Django
- Database : SQLite
- Deployment : Vercel
- Clone the repository
- Navigate to "frontend-info-tracker"
- Install the dependencies using `npm install`
- Run the project using `npm start`
- Navigate to "backend" Install the dependencies using `pip install -r requirements.txt`
- Run the project using `python manage.py runserver`