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
André Gonçalves | Francisco Reinolds |
---|---|
github.com/andregclvs |
github.com/franciscoreinolds |
- Clone the repo
git clone https://github.com/badgio/nandayus.git
- Cd into it
cd nandayus
- Install dependencies
npm i
- Run the Web App
npm run serve
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 | ☒ | - | - | - | - |