Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 3.39 KB

File metadata and controls

45 lines (35 loc) · 3.39 KB

Netlify Status

Badgio - Web App

Web App for Badgio

This project was created using Vue.js.

This project was carried out in the first semester of the fifth year of informatics engineering course at University of Minho. [2020-2021]

Link for the dev branch deployment: Nandayus Dashboards

Contributors

André Gonçalves Francisco Reinolds
André Gonçalves Francisco Reinolds
github.com/andregclvs github.com/franciscoreinolds

How to start the project

  1. Clone the repo git clone https://github.com/badgio/nandayus.git
  2. Cd into it cd nandayus
  3. Install dependencies npm i
  4. Run the Web App npm run serve

HTTP Requests Status

Directory GET POST PATCH PUT DELETE
/locations - - - -
/newlocation - - - -
/locations/:id - -
/locations/:id/statistics - - - -
/badges - - - -
/newbadge - - -
/badges/:id - -
/badges/:id/statistics - - - -
/collections - - - -
/newcollection - - -
/collections/:id - -
/collections/:id/statistics - - - -
/rewards - - - -
/newreward - - -
/rewards/:id - -
/rewards/:id/statistics - - - -