tabe42 / findmeahostel

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

Home Page:https://findmeahostel.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  

About

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

https://findmeahostel.vercel.app


Languages

Language:JavaScript 95.7%Language:HTML 3.3%Language:CSS 1.0%