This repository contains the backend for VenueConnect, a Software Engineering II project—an Airbnb-like platform for venue rentals. The backend is built with Django and Django REST Framework (DRF) to provide RESTful APIs, featuring authentication and PostgreSQL integration for efficient data management.
deployed on Heroku
- User Management – Authentication and user profiles
- Venue Listings – CRUD operations for venues
- Booking System – Venue reservations and availability tracking
- Django (Backend Framework)
- Django REST Framework (DRF) (API Development)
- PostgreSQL (Database)
- Heroku (Deployment)