/findmeahostel

A web application for students to find hostels, houses and apartments to rent nearby their colleges.

Primary LanguageJavaScript

NoBroker / Find Me A Hostel

A web application for students to find hostels, houses and apartments to rent nearby their colleges.

Application Architecture

App Screenshot

API Reference

Get all items

  GET https://backend-findmeahostel.herokuapp.com/tasks/

Get an item

  GET /https://backend-findmeahostel.herokuapp.com/tasks/${id}

Add item

  POST https://backend-findmeahostel.herokuapp.com/tasks/add

Delete item

  DELETE /https://backend-findmeahostel.herokuapp.com/tasks/${id}

Installation

Installing findmeahostel

  npm install --legacy-peer-deps