Skip to content

ananya12k/Automatic-Information-Tracker-SDP-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automatic-Information-Tracker-SDP-1

Background

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.

Scope

Develop a user-centric platform for students to find PG accommodations, hostels, and tiffin services in Nadiad

Stakeholders

  • 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.

Technologies Used

  • Frontend : React
  • Backend : Django
  • Database : SQLite
  • Deployment : Vercel

How to set up the project in your own env

  • 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`