Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 619 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 619 Bytes

Building Rest APIs for Hostel Management System using Django Rest Framework.

  • Create Employee Details for managing Hostel.
  • Create Hostel details.
  • Get specific hostel details.
  • Create room details
  • List out vacant room details
  • Create Student details
  • Get all student details from a particular hostel.
  • Do Booking (Handle booking data)
  • Get Booking details
  • Handle payments

Before running this project, run these commands,

  • pip install -r requirements.txt
  • cd MyHostel (switch to MyHostel directory)
  • python manage.py migrate
  • python manage.py runserver