Skip to content

HarshitSahu01/SIH_SmartParking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Park N Go

A web-based application designed to simplify parking space management and enhance user experience. This app allows users to view available parking spots, book a space, and manage their parking session, all in real-time.

Features

  • User Authentication: Secure login and registration for users.
  • Parking Spot Availability: Real-time updates on available parking spaces.
  • Parking Management: Users can create, book, and manage parking sessions.
  • Image Processing: Detect parking spots from images using machine learning models.
  • Admin Panel: Manage and monitor parking spots and bookings.

Tech Stack

  • Backend: Django (Python)
  • Frontend: React Vite
  • Database: PostgreSQL

Setup

1. Clone the repository:

git clone https://github.com/your-username/smart-parking-app.git

2. Create django venv

cd backend
python -m venv venv
venv/Scripts/activate
pip install -r requirements.txt

3. Install react vite dependencies

cd frontend
npm i

4. To run backend

cd backend
python manage.py runserver 0.0.0.0:8000

5. To run fronted

cd frontend
npm run dev -- --host

About

A smart parking application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6