Key Features • How To Use • Download • Packages • Credits •
- Create users
- Update users
- Delete users
- Read songs
- Create playlists
- HCI Principles applied
- CRUD Operations
- MongoDB Charts
- Tablaeu Connector
- Mobile Friendly
- Full screen mode
- Cross platform
- Windows, macOS and Linux ready.
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/aleg001/Proyecto1BD2
# Go into the repository
$ cd Frontend
$ cd Backend
# Install dependencies
$ npm i
# Run the app
$ npm run dev
You can download the latest installable version of Markdownify for Windows, macOS and Linux.
-
✅ 5 pts - Document creation (create new users)
-
✅ 5 pts - Document update (update profile information)
-
✅ 5 pts - Document query (search for songs)
-
✅ 5 pts - Document delete (deleting users)
-
✅ 5 pts - Projection (find with only a few parameters)
-
✅ 5 pts - Queries ordering (Desc order)
-
✅ 10 pts - Array Managment (Playlist)
-
✅ 5 pts - Registers Limit (find with Limit)
-
✅ 10 pts - Simple data aggregation (song finder)
-
✅ 10 pts - Complex data aggregation (Mongo Charts KPI's)
-
✅ 15 pts - Mongo Charts
-
✅ 10 pts - BI Connectors (Tableau integration)
-
✅ 5 pts - Frontend
TOTAL: 100 pts
This software uses the following packages:
This project was created by:
- Alejandro Gómez
- Oscar López
- Yongbum Park