Giter VIP home page Giter VIP logo

spaceprovider's Introduction

SpaceProvider

SpaceProvider is one of the two backend components of StudySpace. Its goal is to collect, store, and serve data about spaces that can be used for studying at UMass Amherst. It facilitates data collection by providing StudySpace administrators an easy interface for inputting data into the database. Serves this collected/stored data about rooms via a REST API.

SpaceProvider uses the following technologies:

  • Vue.js/TypeScript for admin frontend
  • Node.js/Express.js for server/routing
  • MongoDB for storing collected data on study spaces

Current public API route(s):

  • GET /api/v1 - Get rooms from the SpaceProvider database based on query parameters
    • Query parameters:
      • room: string - the room to get, formatted as ${building}-${room}
      • _id: string - the mongo assigned id of the room to get
      • q: string - search query to match against all rooms
      • lat: number - latitude for sorting queried rooms by distance
      • lon: number - longitude for sorting queried rooms by distance
      • limit: number = 20 - pagination option to set the max number of results per page. Default is 20
      • page: number = 1 - pagination option to get a specific page of results. One indexed. Default is 1

About StudySpace:

StudySpace is a progressive web app (PWA) that allows UMass students and faculty to locate nearby buildings and rooms to study in. Users can choose rooms based on images, proximity to their location, and distinct features of a given room.

Explore StudySpace's other components:

The "face" of StudySpace; serves as the frontend/client.

The other of the two backend components of StudySpace. Serves the frontend data concerning room availability via a REST API.

spaceprovider's People

Contributors

yonava avatar tomperature avatar ernkimm avatar

Stargazers

 avatar NEW777 avatar Emmet Hamell avatar

Watchers

NEW777 avatar  avatar  avatar

Forkers

tomperature

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.